rust-help-forum

11663 threads · Page 209 of 234

Improve leetcode score 19 messages
Question Beginner Code Review Request
Use helper files with integration tests 2 messages
Help
what is ? 6 messages
Question
The best way to use Tokio for a client-server chat (waiting on messages etc) 42 messages
Help
Need help finding a better way of handling arrow keys. 15 messages
Beginner Help
flatten iterator of results 6 messages
Question Help
csv & serde custom column format 7 messages
Help
Vec of u32 to Vec of [u32; 3] 42 messages
Help
Is this reasonable? 4 messages
Help Code Review Request
Can you point me in the right direction? 4 messages
Help Question Code Review Request
Fixing error E0521 - borrowed data escapes function 60 messages
Question Help
Concurrency 12 messages
Help Question
how to configure actix_web 4.1 via toml 13 messages
Help Question
Can `File.set_len` improve performance? 8 messages
Question
Weak ref to field of Rc 15 messages
Question
Reading a toml file 7 messages
Help
Print a Vec without printing the contents of the Vec with debug 6 messages
Question
Hi! Is there a way to initialize a constant using a function that involves a loop? 15 messages
Question
try_collect without the collect 5 messages
Question
a semi-large stack of errors that i'm having trouble understanding 113 messages
Help
My code appears to have broken overnight, but the highlighted derive hasn't changed since then 4 messages
Help
Categorize enum kinds 6 messages
Question
I'm trying to read from stdin, but I get an error 113 messages
Help Beginner
How to fix a bug in a huge codebase 18 messages
Help Discussion
Reading a pointer 5 messages
Help
Crate recommendation for building URLs 4 messages
Discussion
Cleaner way to write a loop that checks a condition 7 messages
Code Review Request Question
How to print without borrowing? 4 messages
Beginner Help Question
Any shorter way to write this. Feels redundant. 6 messages
Help Question
Snake Game Spaghetti Code 45 messages
Code Review Request
XML prettifying 2 messages
Question
static mut array? 20 messages
Question
miniz_oxide in final build but no crates depend on it 4 messages
Tooling Help
Impossible Conflicting implementation errors 4 messages
Help Question Compiler Error
Help needed with nested loop and mutabillity 4 messages
Help
Return Err on map fail 5 messages
Help Question
What is better, more idiomatic ? 5 messages
Code Review Request
Cannot pop nested hashmap because of multiple mutable borrows. 5 messages
Help
How to set a seed for a rust hashset? 13 messages
Question
serializing yaml based on strings 2 messages
Question Help
What is the difference between 14 messages
Question Help
How to change Auth Header in actix 27 messages
Question Beginner
Create Result from implicit error conversions 5 messages
Help Beginner
How to handle error in lazy static ? 3 messages
Question Help
Does unwrap in library panic the production application ? 4 messages
Question Discussion
Arduino Help 10534 messages
Help
Undefined Behavior with custom allocator and Box 11 messages
Help
cargo is having problems detecting link.exe 90 messages
Help
Code Review to improve the speed of this snippet 44 messages
Code Review Request Help
Convert lifetimes 4 messages
Question