rust-help-forum

11663 threads · Page 81 of 234

Rust trait lifetime 2 messages
Beginner Help Question
Limitation in rust's trait system? 10 messages
Discussion Question
nom # comments parsing issue 12 messages
Help Question
Problem linking a native library 2 messages
Help Question
Locking a file while It's being downloaded 8 messages
Help
Cannot find type "array" in this scope 14 messages
Beginner Help Compiler Error
Rocket runtime blocking not allowed 19 messages
Help Question
Splitting borrows for Vec element subfields without unsafe 15 messages
Help Discussion Question
Dependency injection without dynamic dispatch? 19 messages
Discussion Question
Multithreading: How to spawn a function 4 times? 5 messages
Beginner Help
Encrypt error 4 messages
Help
Weird Trait Bound issues 40 messages
Help
Rust Book Foreword 13 messages
Discussion
Starting out from Rustlings, I'm getting errors, 43 messages
Beginner Help Question
Brute forcing errors with loops angering the borrow checker 19 messages
Help Question
Why is this code marked as unreachable? 10 messages
Help
separate enum 31 messages
Beginner Help
How to properly handle TcpStream connection closing? 25 messages
Help Question
Cross compilation to wasm32-unknown-unknown 32 messages
Help Compiler Error
spurious network error 3 messages
Help
Alternative to winit ? (unless someone as a good custom event loop) 13 messages
Help
Rust If Let Ok Problem 32 messages
Help Question
Tokio | Buffered reading/writing straight from a `TcpStream` into a file 17 messages
Help Question
patched std 2 messages
Help Question
Unrelated/nonsensical object lifetime error due to trait lifetime parameter 9 messages
Help Compiler Error
rust-analyzer for diffrent targets 15 messages
Help Discussion Question
Return One Of Given Errors 20 messages
Beginner Compiler Error
How to use the trait Seek in a trait object when necessary? 90 messages
Question
Continuation Passing Style in Rust for a Sum of Binary Tree 12 messages
Beginner Help Question
Help with the structure of an AST (how to implement) 8 messages
Beginner Help
Serde derive compile error (as a dependency) 3 messages
Help Compiler Error
Trying to find workaround for conflicting trait implementations 8 messages
Help Compiler Error
cannot move out of variable in fnmut closure 4 messages
Help Compiler Error
Easier way to create JS objects in Rust 4 messages
Question
protobuf-src build script failure on Windows 20 messages
Help Question Compiler Error
Running a cargo bench benchmark under gdb 2 messages
Tooling Help Help
I have a program with slint, but it's opening a command prompt in the background on wpi 20 messages
Help
WGPU square rendering 5 messages
Help
Closure problems 14 messages
Help
Issue with Serde's deserialization of an untagged enum 14 messages
Help Question
Using the for loop variable to set a position doesnt work 17 messages
Beginner Question
`&'static dyn T` has stricter lifetime requirements than `Box<dyn T>` 50 messages
Question Compiler Error
Static reference to function requires generic arguments be static too 29 messages
Help Compiler Error
AJAX Request 8 messages
Beginner Help
Downsides (or potential downsides) of an approach 9 messages
Help Question
Copying a struct or enum in order to add traits. 15 messages
Question
Change behaviour of a blanket trait if the implementing type is a slice 25 messages
Question
No write permissions 25 messages
Help
One set of getter/setter functions that get the type from the key or separate ones for each type? 16 messages
Beginner Question
Rust Analyzer project deps caching 5 messages
Tooling Help Question