rust-help-forum
ToOwned
Help
Question
Why does this type parameter need a lifetime bound?
Beginner
Question
Async API design - how to report progress?
Discussion
string to char
Question
Need Help with Clap Setup
Help
Is it normal for some clippy errors to only show up on specific targets triples?
Question
Is there a way to partially derive a trait?
Help
Question
GATs considered unstable _even after_ updating
Question
Compiler Error
What IDEs support rust-analyser?
Tooling Help
Question
how to start a exe file from rust code
Beginner
Help
Question
how to iterate struct vec in generic
Help
Question
Run Rust project in background
Help
Project Structure Feedback
Code Review Request
Tell me if it's the way
Code Review Request
Beginner
Help
Question
Generic function type
Help
Compiler Error
Using multiple files
Beginner
Tooling Help
Help
Compiler Error
How to translate from C to Rust constant arrays with various size elements
Beginner
Help
Question
Why do I get a closure implements `FnMut`, so references to captured variables can't escape here?
Help
Question
Macros to automate match
Help
Compiler Error
A write-once static vector
Help
Hashmap doesn't accept generic key. Compiler error is not helpful.
Beginner
Help
Compiler Error
[Solved] Slice data issues when calling FFI C functions
Help
mutate items of iterator
Help
What does this actually mean?
Compiler Error
How to implement the same trait in multiple files avoiding conflicting implementations error?
Code Review Request
Help
Discussion
Question
Compiler Error
Compilation error from dependency
Help
A macro which can print the function name from where it gets called
Beginner
Help
Question
Matching on enums
Beginner
Help
How to convert from flate2 decompress to flate2 ZlibDecoder?
Beginner
Help
Compiler Error
[solved] Generating IDs using a hashmap
Help
Question
Get parts of f64
Help
Question
Having a dedicated line for input in console without getting overwritten by prints
Beginner
Question
Unique methods for class instances
Beginner
How do I just copy all type parameters for verbatim use in an enclosing type?
Beginner
Question
How to log the time to a file using the bencher crate?
Help
Work-related problems
Discussion
Question
`serde` deserialize variable length array to tuple
Help
Question
mismatched types error, but expected and found are the same
Help
Compiler Error
Better or cleaner way to write this?
Code Review Request
Help
Question
Eattened quotation marks
Help
Stdlib Open File Crash (Malloc Error)
Beginner
Help
Compiler Error
Creating threads while working with the .await keyword from the tokio crate
Help
Question
Lifetime for traits as struct field
Beginner
Help
How does mutable reference capture by Closure work ?
Discussion
Beginner
Help
Question
Struct Update Syntax
Beginner
Question
Is it possible to elide associated types if an associated generic has that type?
Question
Detect if target can be executed?
Question
How to initialize a double buffer struct?
Beginner
Help
Question
How to setup rust on pi pico w?
Help
thiserror enum as std error with send+sync+'static
Help
Question