rust-help-forum
Extensible Visitors
Discussion
Help
Lazy SyncIoBridge (bridging sync and async io with a delay)
Code Review Request
Discussion
How do you implement Iterator for a struct thats just a hash-map?
Help
Question
How to send a &str through a channel?
Help
Cannot infer type
Help
Question
Day 1 of learning Rust - Need someone to review my code.
Code Review Request
Is there something like dlopen for Wasm?
Help
Tooling Help
Discussion
Question
Why is this trait not object safe?
Help
Question
Create a macro that uses a library
Help
Question
Remove/disable sprintf from FFI function
Help
Question
How to best implement `Ord`
Code Review Request
Question
Child struct mutably accessing its parent
Code Review Request
Beginner
Help
Inconsistent Benchmark Results
Help
Question
what happens when building for an unsupported architecture?
Question
[SOLVED] Trait bounds with lifetimes (PhantomData)
Help
Compiler Error
Help, my brain is melting trying to implement trees again
Help
Generic closure to manipulate iterators.
Help
Compiler Error
Cast to dyn trait
Question
`async` function pointer in data structures
Beginner
Question
Can't figure out why `query_world` does not live long enough
Compiler Error
what is causing requests to time out 0-2 times on average before working?
Code Review Request
...Rust is expecting a function pointer?
Compiler Error
first adventure into rust's fearless concurrency
Code Review Request
Beginner
Question
Confused with the static lifetime
Beginner
Question
making a function that retries if `ureq` error is encountered
Code Review Request
Beginner
Question
Does cloning Some(Rc(...)) clones all the data or it just creates an Rc::clone?
Question
Better way of logging and ignoring errors
Code Review Request
Help
Applying a trait to all valid closures
Help
Compiler Error
[Lifetimes] Parent struct owning a field and another field needing reference to that field
Help
Question
review my code for a simple 2d square physics engine
Code Review Request
Beginner
Help
Issue with running shell commands and checking responses
Code Review Request
Help
Compiler Error
is this a reasonable way of using `map` in place of `for` loops?
Code Review Request
Beginner
Question
`fn` variable without specifying return type
Compiler Error
Traits for Structs generated using macro not working when importing from a crate
Help
Compiler Error
What type to use if any struct which implements a generic trait can be assigned to it.
Beginner
Question
Does String::from("some string here"); clone the bytes of the supplied literal to a heap alloc?
Question
Reference a module being generated in a macro
Beginner
Question
Compiler Error
Control flow - partially shared functionality (before/after)?
Code Review Request
Question
Capture stdout
Help
Question
vairadic generics in rust?
Question
Extremely complex generic problems (for the 500th time)
Help
Question
Retrieving a list item after pushing it onto the list
Beginner
Help
Compiler Error
T.to_bytes() without cloning the data?
Question
Is Eq faster than Hash?
Question
https://pastebin.com/tvzFerJd
Code Review Request
Help
How to import a file in the same directory but not into main.rs
Help
Tide + Grass: Problems with getting local resources.
Beginner
Tooling Help
Help
Rust Axum Server Instantly crashed in Docker Container without any logs.
Help
How to compute the mean or mode of a Vec<u8>?
Beginner
Question
Wrapping a Struct taking a Fn Generic
Question