rust-help-forum
How to reduce this code and is it possible to skip this call failing fast?
Code Review Request
Discussion
Help
Question
Linking errors - any hints what could be wrong?
Help
Debugging link problem in Rust
Help
Compiler Error
Using `Display` to print chess algebraic notation
Beginner
Help
Question
How do I return an iterator in a trait whilst implementing clone?
Help
Compiler Error
Can I have some feedback
Code Review Request
Beginner
Do-nothing macro that still uses its parameters to avoid compiler warnings?
Help
Question
(Unfinished) chess program review
Code Review Request
Deserialize 0, 1, or bool from a single field with serde?
Help
Double struct
Help
Question
Possible to implement Iterator using iter_mut with vec in struct?
Help
Question
Generating valid Rust code from a runtime value?
Tooling Help
Discussion
Question
label as values in rust?
Question
Avoid 'pre-boxing' traits when passing them as function params?
Beginner
Help
Question
How to read a binary file while starting at a specified point?
Beginner
Question
Set a ndarray slice to a specific value
Beginner
Help
How do I avoid 'already borrowed' errors when sharing a struct with C?
Help
do you consider the code in this repo (aside from comments) to be readable
Code Review Request
Serde conditional deserialization based on generic type parameter?
Help
Question
How come this piece of code works but not this other one?
Help
Question
How to mod a file from another mod?
Beginner
Help
best way to make a certain parts of a program wasm-compatible?
Question
Serde Deserilize with keyword tag
Help
Question
How to debug proc_macroSpan related build error?
Compiler Error
How to collect `Iterator Item = Vec Result Vec` into `Result Vec` ?
Help
Question
Rust match
Help
Question
code works, but feels dirty, annoying borrow checker
Code Review Request
[Higher-Ranked Trait Bounds] Problems with closure and parameter lifetimes
Help
Generating an image in compute shader (Ash)
Beginner
Help
Build scripts not sufficient?
Tooling Help
Help
Question
Async Funktion without await
Beginner
Help
Question
Clippy's disallowed_methods not working for `ptr.as_ref`, `ptr.as_mut`
Tooling Help
Help
Create a HashMap out of a permutated vector
Beginner
Help
Into trait not implemented automatically from the From trait
Discussion
Beginner
Help
Compiler Error
[Yew] How am I supposed to move stuff out of fn() closure while the closure is not mut
Beginner
Help
Question
Portable VM libraries?
Question
hashmap of (enums, functions) how to use?
Help
Question
HashMap with each entry lockable like a Mutex
Help
Question
Having issues with reqwest
Beginner
Returning a reference from a `DashMap`
Help
Shared mutable state in Rocket causing error asking for DerefMut
Help
Returning a closure
Question
Simplify a nested for loop using iterators
Beginner
Help
Detect if cargo is running tests
Help
Question
Pass body without breaking the code
Help
call closure with Default args?
Help
hey! I made my first program in Rust, Tictactoe
Code Review Request
Borrow of moved value error
Beginner
Help
Question
How can it be improved the insert Hashmap for Hyper.rs response headers ?
Code Review Request
Beginner
RunTime Selection of behavior with rust
Discussion
Beginner
Help
Question