rust-help-forum

11663 threads · Page 105 of 234

[SOLVED] function pointer doesn't seem to implement debug, yet the docs say it should 10 messages
Help Question Compiler Error
[SOLVED] borrowed data escapes outside of method error when parallelizing functions 6 messages
Help Compiler Error
sdl2 bindings errors 5 messages
Help
future cannot be sent between threads safely 7 messages
Beginner Help
Is this function safe? 10 messages
Code Review Request Question
Clippy args for workspace 11 messages
Tooling Help
Linked-list multiple references to the same object 18 messages
Beginner Help Compiler Error
Clap value parser depending on value of another argument 2 messages
Help Question
[SOLVED] cannot move out of `server`, a captured variable in an `Fn` closure 13 messages
Beginner Help Compiler Error
Double mutable borrow dead end 11 messages
Help Compiler Error
minor code review for tracing based logger 4 messages
Code Review Request Discussion
how can i get rid out match hell just like try catch hell 9 messages
Help Question
Unable to find element in Vector 10 messages
Beginner
Serde deserialiase JSON and group values 6 messages
Question
Who's the owner? 3 messages
Beginner Help Question
Can I type elide trait bounds in generics? 14 messages
Question
How error handling with 'attempt to add with overflow' 4 messages
Beginner Help Question
Struct with trait as values? 20 messages
Help
How can this cause mismatched types? 12 messages
Beginner Help
Synchronous and asynchronous execution in a tree structure 16 messages
Discussion Help Question
Storing a closure that returns a Future in a struct 19 messages
Help Question
Can't get Chatroom "broadcast" logic to work. 5 messages
Beginner Help Question
Code Review a Json Parser (300 lines) 2 messages
Code Review Request Help Beginner Discussion
Getting a debugger to display strings as strings while debugging? 2 messages
Tooling Help Help
Kernel argument style arugement parsing 4 messages
Discussion Help
Macro to automatically generate From/Into impls to convert between Enums with the same variants 3 messages
Help Question
Why is this variable allowed to change type? 4 messages
Beginner Question
Idiomatic way to filter with side effects and return last match 11 messages
Code Review Request
Confusion with Boxes 108 messages
Beginner Help Question
Rocket State Annoyances 2 messages
Help
Simple Problem With Tera ( Actix - Web ) 7 messages
Help Question
JVM App <-> Rust app 7 messages
Beginner Help Question
I want serde to respond to errors in json. 18 messages
Beginner Help
Could someone please help me with this code? 19 messages
Beginner Help
Can rust be used alongside Visual Basic? 2 messages
Beginner Question
Am I using too many mutexes? 13 messages
Code Review Request Question
What would be the best way to generate rust definitions from a schema file? 4 messages
Discussion Question
Missing Lifetime Parameter 97 messages
Beginner Help
Error generating mod declarations in build script 27 messages
Help Question
How to use struct's method in another file without adding pub keyword? 2 messages
Question
Why can't trait objects act as Supertraits? 13 messages
Discussion Question Compiler Error
hierarchical relationships 55 messages
Question
Need help understanding why my format is incorrect. 5 messages
Beginner Help Compiler Error
Trait bounds for mutating in different threads. 12 messages
Discussion Beginner Help Question
Help with parser scopes 18 messages
Help
image background subtraction 19 messages
Question
Why is &str bigger than &String ? Which is efficient to use ? 22 messages
Help Question
Crusty Noob learns about closures 3 messages
Beginner
(Solved) Creating some sort of command queue for an ECS 3 messages
Code Review Request Beginner Help Question
Processing a maximum of N items at a time with Rayon 3 messages
Question