rust-help-forum

11663 threads · Page 91 of 234

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