rust-help-forum

11663 threads · Page 97 of 234

HashSet for f32 9 messages
Beginner Help
Any way to make a Unit Struct not constructable from outside the module? 8 messages
Question
Enum based named constants (int / u8) 106 messages
Question
Skip some duration in an audio file while playing it 3 messages
Code Review Request Beginner Help Discussion Question
hashmap iter order 11 messages
Beginner Question
Making this state available to display when panicking 3 messages
Discussion Question
Passing FnOnce to external function requiring a callback 105 messages
Beginner Help Question
Reqwest max headers limit 4 messages
Question
I need help identifying the cause of performance regression 6 messages
Help Question
How to Achieve type erasure of Swift's 'Any' in rust? 2 messages
Question
Filter vec of Option to only Some values 4 messages
Help
Publishing Crates with Circular Dependencies 24 messages
Tooling Help Help Question
Using C constants in rust code 4 messages
Help Question
Little Code Review to get me on the right track 378 messages
Code Review Request Beginner
Pattern matching on self in some method's arguments 4 messages
Beginner Question
Rust Trait Bound Issue: Method Not Found in Generic Struct 4 messages
Help Question Compiler Error
Structure relations with external (?) reference 11 messages
Beginner
Fix rust analyzer in vscod(e)(ium) 2 messages
Tooling Help Beginner
Axum Post request Handler<_, _, _>` is not satisfied 18 messages
Code Review Request Beginner Help
how to know a field which have a default value not set? 4 messages
Beginner Help Question
async updatable cycle Iterator 10 messages
Help Question
Should you expose your struct API to consumers with `mut` or use interior mutability? 3 messages
Question
cannot borrow `*self` as mutable more than once at a time 2 messages
Help
How do I choose the exact path for build output? 2 messages
Beginner Help Question
How to get `rust-analyzer` (and `cargo check`) working for different target architectures? 7 messages
Tooling Help Beginner Question
Toml serde error when using &str 2 messages
Beginner Help
Help w/ Borrow Checker Complaining About Impossible Situation 2 messages
Beginner Help Compiler Error
Help with complicated borrows and lifetimes I think should work but aren't working 147 messages
Beginner Help Compiler Error
Lazy Static (once_cell) with functions 3 messages
Help Question
Use serde to serialize and deserialize a Vec of trait objects 28 messages
Help Question
Clap and `+{SOMETHING}` 8 messages
Help Question
Instantiating paired enums 3 messages
Help Question
[RESOLVED] trying to run stringform javascript code in rust program with `js_sandbox` 4 messages
Tooling Help Beginner Compiler Error
TripleDES encryption in rust 3 messages
Help Question
Can this kind of work stealing be translated to Rayon? 54 messages
Question
Rust Analyzer not autocompleting local variables. 22 messages
Tooling Help
Why is my rust 11.5 times slower than python? 30 messages
Question
How can I pass an atomic around? 13 messages
Question
Mocking a dependency injection container - using traits? 7 messages
Code Review Request Question
Memory leak - but only in Linux 9 messages
Beginner Help Question
SOLVED: Borrowing and lifetime issues 148 messages
Beginner Help Compiler Error
How to make build.rs only run on every release build? 10 messages
Help Question
Struggling to understand fn pointers 40 messages
Beginner Help Question
Discussion on Lifetimes 5 messages
Discussion
performance problem after adding another variable.lock(), which generates a graph in the same way as 10 messages
Help
How does std::mem::take work? 36 messages
Question
How can i split this ? 17 messages
Help Question
Advice on a command line interface 2 messages
Help Question
Get component<T> with HashMap<T, Box<T>>? 14 messages
Help Question
RON Deserialization with Serde and Bevy 10 messages
Help