rust-help-forum

11663 threads · Page 219 of 234

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