rust-help-forum

11663 threads · Page 208 of 234

Code Review - Stack Based List 32 messages
Code Review Request
How can I convert a u16 to a bool array of the 12 least significant bits? 11 messages
Question
Trying to use clap args outside of main 13 messages
Help
HashMap from Iterator using (String, u32) keys 4 messages
Help
Boolean Satisfiability with Varisat 9 messages
Help
fail to run tests on my api 11 messages
Help
Need help implementing AsyncRead (tokio) 81 messages
Help
What exactly is 'harness'? 9 messages
Question
Is there a better way to remove the new line specifier of the stdin() read_line ? 19 messages
Question Code Review Request Beginner
Functional-ish `Vec.push`? 7 messages
Question
Need help fighting the borrow checker for the first time 19 messages
Beginner Compiler Error Code Review Request Help Question
trim_start for a byte slice 2 messages
Help
Help with Vector 24 messages
Question
Is there a place to get all time complexities of Rust functions ? 17 messages
Question Help
Fastest way to insert 50 million items into a hashmap? 5 messages
Question
Adding derive(Debug) causes a compile error in an upstream (!?) type 4 messages
Compiler Error
In memory TIFF encoding 33 messages
Help
Windows - (GlobalLock) Does this make it safer? 2 messages
Code Review Request
Using custom VS Build Tools installation path with Rustup? (Windows) 38 messages
Help
Script not returning file metadata 26 messages
Help
Use of moved value error, but value is not used after moved? 22 messages
Help
Cause clippy warning when using a field from a type 8 messages
Question Tooling Help
Space Invaders Vector Help 34 messages
Help
Storing any object that you can Write to 31 messages
Help
Using HTTPS with rocket 3 messages
Question Help
HashMap case insensitive 4 messages
Question Help
Testing an error in match arm 2 messages
Help Question Beginner
fibonacci 80 messages
Help Code Review Request
Conflicting impl for `Box` but not for `Vec` 8 messages
Compiler Error Question
How would I define this macro? 33 messages
Help
How do I safely close `ChildStdIn` on stable Rust? 2 messages
Help
Glium or OpenGL help 10 messages
Help Question
Trying to get all link results from google search using reqwest 5 messages
Help Question
.product() method being weird 36 messages
Help
Memory holes in a hex editor 22 messages
Discussion
Backend-agnostic database handling 3 messages
Question
Size at runtime 4 messages
Help Beginner
Logging spam from a specific crate 4 messages
Question
Execute a function 7 messages
Help
Binding rocket webserver to port 80 4 messages
Discussion Question
Valid Sudoku (Leetcode) 4 messages
Code Review Request Question Help
I don't fully understand slices vs. arrays 6 messages
Question
pyo3 for rust need help 4 messages
Help
Enum Name Return Formatting 3 messages
Question
parser combinator to grab everything between balanced brackets 17 messages
Question Help
Is there a better way to write this? 16 messages
Code Review Request
Casting Garbage Collected Smart Pointers 13 messages
Code Review Request
Chaining `let` conditions 14 messages
Question
Path Normalisation 6 messages
Question
Get individual typeid's of a tuple type 9 messages
Question Help