rust-help-forum
Multiple types in an array with minimal memory usage (and ideally rapid access)
Help
Question
Beginner
Blanket implementing a trait for any type that implments Fn
Help
maybe get ref or mut ref to a value stored inside Arc Mutex Option T
size threshold, greater than which we should use Mutex (instead of AtomicT)
Managing code cleanliness for nested decision trees
Help
Get char from a u32 (non-codepoint)
internal prelude design pattern
Question
Inline documentation for module-scoped macro re-export
Help
What is the time complexity for cloning a Vec with respect to the number of elements?
Question
Parsing Grafana Webhook ValueString
Help
Where to Hire RUST devs
Help
limit cargo to one variety of compiler error at a time
Store reference to slice of a struct as a field in that struct
Help
Question
Beginner
Resources that teach Rust from Scratch ( for the Absolute beginner )
Beginner
analogies to c++ `std unoredered_map` bucket and bucket_size functions?
how to make an array of threads
binary operation `==` cannot be applied to type `AtomicBool`
Arc T, Arc Mutex T question
Detect Warning-Error response
Rust error message
Compiler Error
Beginner
Help
Question
Discussion
Why is `Chars` not Copy?
Question
Temporarily passing a mutable reference across contexts in the same thread
Help
Question
How would you do this?
Associated types on traits
Question
wgpu web-sys issue
Command not giving output
Simulate keypresses
Why am I getting this compiler warning?
Help
possible to create BinaryHeap from a Vec, with a custom comparator?
Is this a bug? Constants behave differently depending decl in module or as associated item on trait
Question
Compiler Error
Help
Beating C++
Discussion
Tooling Help
Help implementing serde wrapper types for nested serialization behavior
Cast vector of boxed trait objects to a specific type
Help
how do i recv a channel from a std thread?
Question
Can't build to WASM locally but works on Github CI.CD
How does the install script modify PATH?
Question
Basic test setup
Beginner
Deref, but for fields. Is it possible?
Help
Question
How can I encypt basic strings with aes in Rust
Help
parking_lot(?) fails to compile
Help
Question
Discussion
he size for values of type `[String]` cannot be known at compilation time
Help
Beginner
Compiler Error
Do I have to use the the Waker for a Future so that Tokio polls it again?
Idiomatic way to use Arc and cloning without code duplication
Question
Beginner
Code Review Request
Why does compiler want these types to be equal ?
Compiler Error
how to create iterator at offset from another iterator, without mutating the first iterator
error `rustc -vV` didn't have a line for `host`, got
creating json file w serde
find adjacent equal elements in a Vec, similar to `std adjacent_find` from c++
rust HashSet with multiple indices (multiple sort criteria)
Owned DSTs
Question
Help
Compiler Error