rust-help-forum

11663 threads · Page 180 of 234

Rust serde json recursive 53 messages
Beginner Help Question
Trait Object in Mutex conversion 46 messages
Help
Conditional default in serde deserialize 12 messages
Help Question
Getting the end of iterator 28 messages
Beginner Help Question
C++ FFI, UnknownKind 6 messages
Help
Are `TypeId` the same across multiple build targets in the same workspace? 3 messages
Question
cast requires that `'1` must outlive `'static` 4 messages
Help
Enigo Key.Layout(char) causes panic 7 messages
Help
Ordering between multiple atomics 4 messages
Help Question
(...) Cannot be shared between threads safely 11 messages
Beginner Help Question
Replace global stdout 9 messages
Help
Learning TcpListener and TcpStream 26 messages
Beginner Help Question
Help with specifying constraints on associated type 2 messages
Help Question Compiler Error
help with comparing values 11 messages
Help Discussion
Benchmarking function that requires repeated setup 3 messages
Tooling Help Question
Can I get cargo to build the same source file twice with different cfg settings? 5 messages
Tooling Help
Rust docs 5.1 wording is incorrect? 30 messages
Beginner Help Question
return is not what I expected 8 messages
Beginner Question
confusing lifetime error 17 messages
Question
Edit other `HashMap` elements while in an `iter_mut()` iteration 30 messages
Beginner Help Question Compiler Error
HashMap in a const Mutex does not work 35 messages
Help Question
(Yew) Youtube Fullscreen Option Dose not work 2 messages
Tooling Help
Optional vector mapping 4 messages
Beginner Help
rust-analyzer stopped type checking 46 messages
Tooling Help
Swapping a game from OOP to ECS 3 messages
Beginner Help
rustfmt not working 3 messages
Help Question
Enum sizing 23 messages
Beginner Discussion
Is there a way to deserialize a Result into json using serde without the ''Ok''? 8 messages
Question
Iterator over columns from row-major `Vec`? 3 messages
Question
Determining lifetimes on inherent impl trait bounds 45 messages
Question
Implementing a self-referential struct (or an alternative) 97 messages
Discussion Help
get enabled features 2 messages
Help Question
Code Review Request 3 messages
Code Review Request Beginner
Rust on the AVR 10 messages
Discussion Help
hey so i am trying to 'move' a non-copyable value from one enum's inner state to another. 42 messages
Question
Tauri , pass value to js without calling function from js 5 messages
Beginner Help Question
Recursive cow slice 11 messages
Help Question
Generic trait struct field 12 messages
Beginner Help Question
Implementing `Arbitrary` trait for custom collection 22 messages
Code Review Request Question
Different structs with the same fields, read fields in a fn independently of the struct 2 messages
Help
RUST + fltk-rs || Problem with calling method from Button callback 11 messages
Compiler Error
Trying to build a Rust project. 2 messages
Beginner Help Compiler Error
Destructuring an iterator into a tuple? 10 messages
Beginner Question
Memory-Map (&mut u8) to GRPC (Vecu8) 4 messages
Discussion Question
Calling method(self) with only an &mut self 9 messages
Question
Struggling with partially moved variables 10 messages
Help
Cargo.lock diff on Windows LF-CRLF 9 messages
Help Question
can anyone help me out im new 2 messages
Beginner Help
Aliasing the proc macro of another crate 10 messages
Help
Boid simulation poor performance 5 messages
Code Review Request Beginner