rust-help-forum

11663 threads · Page 88 of 234

Game engine renderring architecture 12 messages
Code Review Request Beginner Discussion
impl has stricter requirements - possible compiler bug? 7 messages
Question
Best folder structure and how to import stuff 11 messages
Beginner Help Question
How to handle mouse input in winit? 5 messages
Help Question
Splitting Large File for Concurrent Processing 302 messages
Discussion Question
Check if debug is enabled with tracing crate 2 messages
Help Question
How can I log and continue? 44 messages
Question
Anyone know what serde_json's `EOF while parsing a string` mean? 2 messages
Help
TOML parsing (and TOML syntax)O 55 messages
Help
Linking Error 7 messages
Help
Destructuring "common" enum variants 5 messages
Discussion Question
the trait `From<wasmbus_rpc::error::RpcError>` is not implemented for `RpcError` 10 messages
Beginner Help Compiler Error
[I made a] `Debug` derive crate. 3 messages
Code Review Request
Real noob here, not sure why function is not working 4 messages
Beginner Help
Conversion to iterator of Box<dyn> 6 messages
Beginner Help Compiler Error
my function doesn't fully work as expected 6 messages
Code Review Request Help
VS Code - Rust Analyzer features not working 20 messages
Tooling Help Beginner
Is there a more straightforward way to get the lines of a file as &str? 3 messages
Question Compiler Error
Does my code follow good practices? 3 messages
Code Review Request Help
std::mem::size_of weird behaviour on mac m1 chipset 58 messages
Help
Confused with generics. The compiler too. 19 messages
Help Question
separate terminal window 9 messages
Beginner Question
Error Doesn't Implement Display, Conflicting impl of Display 4 messages
Help Question
rustfmt option to align function paramater attributes 4 messages
Tooling Help Help
Difficulty Getting axum 0.7 to Work With lambda_http 7 messages
Beginner Tooling Help Help Compiler Error
Running commands in Powershell 32 messages
Beginner Help Question
Understand how to make ? easy on custom types 4 messages
Help Question
ownership issue i don't know how to fix 29 messages
Help
Cannot return value referencing local variable 5 messages
Help Compiler Error
need help 9 messages
Code Review Request Beginner Help
Multiple sub-projects in a monorepo. Rust Analyzer/Cargo 2 messages
Tooling Help
2D Grid Coordintaes Iteration Syntax? 2 messages
Question
Is this a bug? 9 messages
Discussion Question Compiler Error
Declarative Macro Question 4 messages
Beginner Help
i need a rust roadmap please 4 messages
Help Beginner Discussion Question
How can I use sqlx in a docker container without checking in .sqlx/ into version control? 7 messages
Tooling Help Help
Conflicting implementations 3 messages
Help Question Compiler Error
unconstrained generic constant for const split array mut 17 messages
Help Question
Implementation not general enough 6 messages
Help Compiler Error
Relative coordinates 4 messages
Help
RwLock handling 6 messages
Beginner Help Question
[Solved] What type is returned by iter::from_fn ? 20 messages
Help Question Compiler Error
Confusing trait impl compiler error 3 messages
Help
On allowing a dyn trait property in a struct 10 messages
Help Question
Working concurrent with Rust. Is this good? 3 messages
Code Review Request
Pass a closure to a function which expects a reference to a hashmap and gets called multiple times 21 messages
Beginner Compiler Error
build.rs curl not curling 10 messages
Help
filter_map? .map().filter()? What's the rusty (and better) way? 19 messages
Help Question
Align strings so they all are on the same space 23 messages
Beginner Help
Implementing a binary tree where child holds a pointer to the parent 10 messages
Beginner Help