rust-help-forum

11663 threads · Page 231 of 234

Hash Map problems 51 messages
Question Help
Implementing FromIterator on struct 24 messages
Multi-threaded ReadWrite Data Structure? 2 messages
Question
Mutating items in an Mutex Vec 2 messages
Sqlite fails on unwrap 10 messages
using uninitialized memory correctly 11 messages
Question
Static Singleton. DUN DUN DUN!!!! 8 messages
Question
Documentation tooling 20 messages
Tooling Help
Trait resolution and function inlining 11 messages
Issues with 'borrow of moved value' trying to implement a state machine of text 12 messages
Help
How do you plan out your more ambitious projects? 60 messages
Question
(closed) Option[Ref[impl AsRef[str]]] lifetime issue 28 messages
Help
Cargo - overriding versioned dependency of a dependency with a Git repo 11 messages
Help Question
Get start and end of range without iterating. 15 messages
Question
How do I wrap an integer in a Result? 13 messages
Beginner Question
Help me understand this error 178 messages
Help Compiler Error
Future is not Sync because unused !Sync variable is held across an await point 5 messages
Help
First attempt using smart pointers. Am I doing it wrong? 15 messages
Code Review Request
MP4 (or similar) out of a set of images (e.g. PNG, JPEG)? 2 messages
Question
Recursivity 4 messages
Help
Best way to store lexemes? 16 messages
Question
Tuple multiplied by number 15 messages
Discussion
How do i remove the last element from a vector 9 messages
Help
Is there a way to insert spaces before and after a param list in rustfmt? 2 messages
Question
Return properly 12 messages
Help
Adding dependency fixes problem and I don't know why 10 messages
Question
Diesel + Postgres u64 field 5 messages
Code coverage lists unused derives as not covered 7 messages
Help Question
Wrapper API (temporary value dropped while borrowed) 4 messages
Help
Dependency question 37 messages
Question
Chunks on iterator 13 messages
rustdoc - reference field instead of method 5 messages
Help Question
self in imports 8 messages
Reqwest returning error||option 16 messages
Help
How is criterion useful? 12 messages
Question
Cross Compile for Raspberry Pi Zero failing because Could not find directory of OpenSSL installation 15 messages
Help Compiler Error
Actix and Reqwest 49 messages
Help
reqwest deserialization 49 messages
Forced to use explicit import 20 messages
Question
General number wrapper 20 messages
Question
tighter trait bounds with &Arc error with mismatched types 36 messages
Question Help
Lexer for shell-like language (Code Review) 130 messages
Code Review Request
Changing usize to u16 11 messages
Question
match ergonomics 14 messages
Question Discussion
Idiomatic mapping 33 messages
Question
static assert that a generic parameter is aligned to X 17 messages
Question
Detect if we are running inside a proc macro? 9 messages
Question
Can't send struct to websocket 10 messages
Help
gcc vs llvm optimzations 3 messages
Question
Getting files with given extension in a directory 22 messages
Code Review Request