rust-help-forum
Mismatched types, expecting certain items in function
Beginner
Help
Async loop to thread value passing
Beginner
Help
Question
anyhow/eyre interoperability
Question
Getting dead code warning on const used in macro
Beginner
Help
Question
#[derive(Debug,Default)
Help
Question
How to ignore SIGCHLD signal in Rust??
Beginner
Help
Question
How to block the SIGINT signal in Rust?
Beginner
Help
Question
Lifetime issue in an open-source project
Code Review Request
Help
Compiler Error
Tokio net: React to end of incoming UDP packets
Question
Const array [0, 1, 2, 3, 4] for arbitrary numbers?
Help
Even after I use Box, expected trait object `dyn FnOnce`, found closure.
Help
How to do same but in rust?
Beginner
Help
Question
Lifetime issue (short minimal reproducer)
Help
Compiler Error
Instrument logs don't get printed
Help
Question
How to implement a trait for different structs where some structs are mutable and some are not?
Beginner
Help
Question
How to use a generic trait impl for the impl of another generic trait?
Beginner
Help
Question
Expressive way of packing values & type indicator into larger value
Help
Iterators without allocating.
Beginner
Help
How to Hold `Writer`/`BufReader` in struct?
Help
What is the difference between Box<dyn MyTrait> and generic type T with <T: MyTrait> constraint?
Beginner
Question
A doubt regrading transpiling
Question
async help
Beginner
Help
Idiomatic Option<&T> to Vec<T>?
Help
Recursion with &mut self
Beginner
Help
What kind of Atomic Ordering would I want for an atomic...
Help
Question
I need some help fighting the compiler
Help
Compiler Error
Better way of converting `&'a UnsafeCell<T>` to `&'a mut T`
Question
Is it possible to reserve an amount of memory from the operating system before even allocating?
Question
syn trouble to get argument on a proc macro
Help
Question
Trait impl for a generic T: &T or &mut T
Help
Question
How can I avoid allocation when filtering on a set of items with a higher order function?
Help
Question
Concat strings (coming from Go)
Beginner
Help
Question
Priority Queue
Code Review Request
Borrow checker - mutable hashmap recursion
Question
Compiler Error
Lifetimes with async break for globally defined async clojures
Beginner
Help
Question
Recommended array size
Beginner
Help
Question
my nom parser is 99% of the way there, but I can't fix an edge case!
Help
Cannot use repeating parameter in macro
Beginner
Help
Question
Return Local Owned as Borrow (similar to cow without clone)
Beginner
Help
Question
Struct that stores a function
Code Review Request
How to do runtime "parameterization"?
Discussion
Question
align_up method?
Question
I can't hear tts
Beginner
Help
CARGO_MANIFEST_DIR missing at runtime when running executable
Tooling Help
Help
Question
Trait objects with subtraits
Help
Question
Can't get vulkan working
Help
spawn_pinned_with_tracing
Help
Silly assembler extremely overcomplicated edition!
Code Review Request
Workarounds for a compiler limitation in async rust
Help
Compiler Error
highly composite numbers performance reduction porting from C++ to rust
Code Review Request
Help