rust-help-forum

11663 threads · Page 216 of 234

non-exhaustive patterns `&_` not covered 5 messages
Help with mutable borrow in loop 2 messages
Help Question Beginner
Why is the debug_assert() in Vec.set_len() not compiled? 7 messages
Question
Converting generic Vec of tuples into a generic HashMap 23 messages
Help
addressing default generics in impl blocks 17 messages
Help Beginner
std..process..command hide console 2 messages
Difficulties with lifetimes inside a closure 102 messages
Changing Cargo dependency based on feature 14 messages
Help
reference or cloning of u64 in large quantities 2 messages
Question Beginner
Rust JSON to Vec 7 messages
Help Question
Get f64 alternative with Hash + Ord 21 messages
Help
How to represent a snake? 33 messages
Help
[GLIUM] - passing struct as uniform to shaders 9 messages
Help
Replacing value inside of an ArcMutex 12 messages
println formatting with and without a varname 11 messages
Beginner
Rate-limit implementation where each key has different capacityperiod 3 messages
Help Question
possible to store hash_map Iter 'a K V inside HashSet? 2 messages
problem moving closure out of function taking ArcSelf on impl with lifetime 'a 6 messages
Can one modify macro tokens in the macro? 17 messages
Question
Where is the source to copy_nonoverlapping? 27 messages
Question
Iterating over a raw pointer 13 messages
Help
How to structure this program I want to write 6 messages
Beginner Question
Shorthand for Option.map(|x| some_predicate(x)).unwrap_or_default() 4 messages
Question
Borrow Checker and lifetime issues with state in UI framework 2 messages
Beginner
u128 multiplication and division 2 messages
type inference tools 30 messages
How can I take command line arguments and push them into a HashMap to create an adjacency list? 13 messages
Beginner
Help with lifetime error 7 messages
Help Question Beginner
Converting slice to array 9 messages
Help Question
std..fs..rename only taking 2 arguements 57 messages
Help
Creating a RwLock without a value but only a type 5 messages
Question Beginner
Compilation flag for `cargo test`? 4 messages
Help Question
Reusing buffer with non-`'static` references in `'static` callback 34 messages
Help
any CircularBuffer libraries with indexed access? 2 messages
Tooling Help
Why need to use anonymous lifetime when returning from a closure 10 messages
Question
'Use of moved value' - Why does this not work? 14 messages
Help Beginner Compiler Error Question
Problems defining Iterator in combination with Trait 12 messages
Beginner Help Question
Turtle Graphics Issue 29 messages
Beginner Discussion Question Help Compiler Error
How do threads and static variables work in rust ? 7 messages
Can't implement Trait for Const Generic Type 13 messages
Compiler Error
Transform stdioResult to stdresultResult 7 messages
Separate impl for 'static vs non static lifetime 3 messages
Unnecessary borrow checker check? 3 messages
How do I identify bottlenecks with profiling when CPU isn't maxed out? 30 messages
Question Tooling Help
need help with a function that exists 3 messages
Nested Proc Macros? 4 messages
Help
Returning 1d array using a 2d array 5 messages
Help
Using Serde, how can I serialize the name of an enum field while using serde `flatten`? 4 messages
Help Question
Best way to resolve this? 9 messages
Beginner
How to evaluate value in optional enum in struct 3 messages
Help Beginner