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