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