rust-help-forum

11663 threads · Page 18 of 234

Lifetime issue 40 messages
Help
Websocket countdown 8 messages
Beginner Question
Why doesn't AsyncIterator have the next method yet? 7 messages
Discussion Solved
Codifying a Trait union as a Struct so I can pass it as a bound to an associated type 4 messages
Help Question
Infer (_) and syn::visit_mut 5 messages
Discussion Question
How do I get this Miniquad and Tokio app working? 3 messages
Help
How can I access the const variable defined in the trait? 15 messages
Question Solved
Debugging segfault in mixed Rust and C++ code only in debug profile 15 messages
Tooling Help Help Question Solved
Unexpected Raw Pointer Type Cast Optimization 17 messages
Help Question Compiler Error Solved
transmute from `&mut T` to `&T`? 15 messages
Beginner Question
Bit mask array 7 messages
Help Question Solved
vscode: How to update module tree automatically with "files.autoSave" set to "onFocusChange"? 4 messages
Tooling Help Solved
Why does renaming a local static in another scope fix this bug? 3 messages
Question
Nonesensical error? 18 messages
Help Compiler Error Solved
question related to bevy as a rust beginner 4 messages
Beginner
Initializing an array of non-Copy items in cons context 12 messages
Question Solved
Why doesn’t Child::wait use waitid? 3 messages
Discussion Question
Corrupt linker lib on windows 11 14 messages
Tooling Help Solved
Macros lost me 45 messages
Beginner Question Solved
Type system help 12 messages
Help Compiler Error Solved
Code Review - Audio Software 8 messages
Code Review Request Discussion Help
Confusion regarding the `Borrow` trait, leading to custom iterator dispatch issues 26 messages
Help Solved
Unsafe problem 3 messages
Beginner Question Compiler Error
Mutable Iterator for disjoint pairs of non-consecutive elements 67 messages
Solved
Profile referencing Game in mod manager? 4 messages
Code Review Request Question
File picker 4 messages
Beginner Help Question
iterator for 100 elements from index N , wrapping around from index 0 to index 255 in an array? 6 messages
Question Solved
Trouble Setting Up Embeded Rust Project In Nix Context 12 messages
Help Tooling Help Beginner Compiler Error
how bevy async???? 63 messages
Beginner
serde_json deserialization error inconsistency 12 messages
Help Solved
Can't get my code to work 5 messages
Beginner Help Compiler Error
struct as state 15 messages
Beginner Question Compiler Error Solved
lifetime on struct with serde deserialize 7 messages
Help Question Compiler Error Solved
Design question... 10 messages
Discussion Beginner Help Question
Reading frames by number with video-rs (FFmpeg) 3 messages
Help
Range tree structure 12 messages
Beginner Help
Boxed AsyncFnOnce which takes an argument by refernece 2 messages
Help Compiler Error
How can i make sure my program dosent crash when the client blocks the connection? 4 messages
Beginner Help
Staying focused whilst reading through the Official book 9 messages
Beginner Help Solved
Code review: File information cli tool 3 messages
Code Review Request Beginner Discussion Question
Implementing a trait for Struct and &Struct (via macro) 3 messages
Help Solved
How can I implement serde Serialize and Deserialize for a macroquad Vec2 6 messages
Help Solved
Review request for a simple application to automatically rename files in a folder 18 messages
Code Review Request Solved
Rust used as a pure functional language 9 messages
Beginner Discussion Question
Borrowed data escapes outside of function when passing function as argument 11 messages
Beginner Question
Lifetime may not live long enough with boxed trait objects 30 messages
Solved Beginner Help Question Compiler Error
How to reference associated constant of generic type parameter 16 messages
Question
Architecture and design patterns for a Rust + Flutter local-first mobile app 10 messages
Code Review Request Beginner Help
Map with internal keys 14 messages
Beginner Question
API Design Question 4 messages
Beginner Help Question