rust-help-forum
Cargo chef build fail in docker CI run github actions
Help
Testing architecture
Help
Question
Variable Function Arguments
Help
mismatched types expected struct `String`, found `&str`
Help
Most efficient way to represent raw bytes in a macro-generated const?
Doctests very long to run
Question
Discussion
items after an item in a vec
Help
Not 'Send' Future used across an await in axum fallback
Help
Compiler Error
Url lib
Help
Code Review Request
Returning a result from spawn_local() inside a function
Using large keys with a HashMap
Trouble finding the correct HRTB for iterating over a `&T`
Help
chrono vs. time for public library surface
Discussion
Cast to Any + Send + Sync box without Sized
Help
Getting path of build dependencies at runtime.
Question
Tooling Help
'This field or the other' with Serde
Question
ref between 2 structs
Help
Syntax for eliding multiple generic arguments
Discussion
Need help on sending data via stream using quinn crate
Help
Beginner
Need help reducing boilerplate in Error handling code
Help
How do I take a VecVec(String, u16), and remove any vecs that have a duplicate String?
Putting boxed async function in a hash map
Question
required by a bound error
Beginner
Help
is it possible to have a catchall cfg guard on a function?
How to write a generic struct parameter that accepts all function pointers?
Custom Return types and Result
Question
Vec insert or get index method
Question
why does a -1.0_f64 as u8 result in 0 ?
What are filtered out tests?
Can't build a crate
Unique Counter Value for Each Instance of Struct?
Question
Is it possible to convert a serde_json Value to a struct after loading it from string?
Question
Please review my first crate!
Code Review Request
Help
Wait until any of the future has value true
Question
Debug cargo `(signal 11, SIGSEGV invalid memory reference)`
Need help making vector of array splices
Object safety problem
Help
Question
How can I use a mutable reference mutably after using .iter()?
Question
Rust port of Celeste
Code Review Request
Multiple mutable borrows
Question
Help
Serde - Internally tagged enum with int tags?
how to reinterpret an i8 as u8 without as
Help
Do I avoid less branching by putting my return Err inside of the match?
crossbeam_dequeue vs crossbeam_channels
Question
serde - preprocess struct deserialization then pass off to derive?
Question
Caching data
Question
Date formatting
Help
Is there any way to pass variables as borrowed in tokio spawn?
Question
Compiler Error
Boxed Slice Confusion
serde - Implement Deserialize in multiple passes?
Question