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