rust-help-forum

11663 threads · Page 181 of 234

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