rust-help-forum

11663 threads · Page 109 of 234

Unexplained conflicting trait implementation 84 messages
Help Question Compiler Error
How to optimize my code overrall 7 messages
Beginner Discussion Question
Speedily adding padding bytes to a vector of bytes 17 messages
Code Review Request Help Question
Only the first message over a tokio TcpStream is received 28 messages
Help
Add `*mut i8` to Serialize and Deserialize in serde json 73 messages
Tooling Help Help Question
How can I pass 2 external types that don't have a unifying trait? 3 messages
Question
Generate README.md from docstrings 3 messages
Tooling Help Beginner Help Question
Code review on sqlite connection in Axum 3 messages
Code Review Request Help Question
Cleaner Generic Structures 41 messages
Help Question
Minecraft CLI Launcher | Code Review 7 messages
Code Review Request Beginner
How to import stuff from a directory up? 32 messages
Beginner Question
Help return &mut in an iterator. 16 messages
Help Question
catch_unwind limitations 46 messages
Discussion Help Question
Custom Serde flatten (and general ser/deser advice) 7 messages
Discussion Beginner Help
Errors and advice for capturing std file streams 4 messages
Code Review Request Beginner Help
Error reference doesn't change even if I change the code and that line now is empty 3 messages
Help
Creates a temporary value which is freed while still in use, Path module 51 messages
Beginner Question
Balls losing vertical velocity / sinking through the floor 4 messages
Help Question
CLion Rust Plugin: enabling `#[cfg(unix)]` completion on Windows 4 messages
Beginner Tooling Help Help
What does this error mean? I am trying to read a row sqlite db but I dont know how to resolve this 4 messages
Beginner Help Question Compiler Error
Casting Box<dyn Any> to Vec<T> 3 messages
Question
Seeking for advice when working with Vec<Box<dyn Any>> in an ECS. 36 messages
Help Discussion
Avoiding a lifetime transmute (I basically want scoped async) 36 messages
Question
Graphics Library in Rust? 2 messages
Beginner Question
How do I scrape the profile name, profile description and the profile image from a linkedin profile? 2 messages
Help
Issue with egui-rs import statements 6 messages
Beginner Help
Help with sqlite crate 4 messages
Help Question Compiler Error
Replace ls/dir command on Windows by my output 77 messages
Beginner Discussion Question
Why does string concatenation take a String and a String reference? 55 messages
Beginner Discussion Question
I can't see why this code would panic 7 messages
Code Review Request Help
#[allow(***)]; 6 messages
Beginner Tooling Help Question
shared behaviour of enum variants 6 messages
Help Discussion
need help parallelizing game of life 4 messages
Beginner Help
Program not closing when SigInt Recieved 6 messages
Help
How to implement error handling and help with runtime error. 18 messages
Code Review Request Beginner Help
Knowing which dependencies I must ship from target/deps 13 messages
Question
download speed calculation 31 messages
Beginner Help
simple console app to save data to file 6 messages
Beginner Help Question
Incorrect behavior on piped input 20 messages
Help
Dropping rust X11 window results in crash 2 messages
Help
Help understanding Godbolt output Assembly 80 messages
Discussion Beginner Help
Rust Weirdness? 3 messages
Help Question Compiler Error
Issues with rar file extraction 13 messages
Code Review Request Beginner Help
NaiveDateTime + Duration::seconds(some i64 here) doesn't add anything (Chrono) 18 messages
Help
Can I abstract FnMut as normal function and not a closure? If so how? 14 messages
Beginner Question
Using private repos when building docker images in GitlabCI 3 messages
Tooling Help Help
IoError("end of stream") 34 messages
Help Question Compiler Error
Typing that is two possible thing 44 messages
Help Question
Why the compiler adds Sized bound by default? 23 messages
Question
Typestate pattern excessive variable bindings 6 messages
Discussion Question