rust-help-forum
Get any item from HashMap
Beginner
Help
winapi and windows crate
Beginner
Help
Best way to cross-compile doctests (on stable)
Tooling Help
Discussion
Question
Code conversion
Question
Use static SCAN_STATUS LazyMutexAtomicBool from lib.rs in main.rs
Help
Compiler Error
Side-effect
Question
Converting a null-terminated u8 array to &str for comparison?
Beginner
Help
Question
pyo3 automatically export all public items
Help
Question
Compiling to raw function + data
Discussion
Tooling Help
Help
Casting function pointer types?
Beginner
Help
Question
How to create a feature
Question
Rust String and BT help
Help
Compiler Error
Idiomatic vec initialization where each element is based on the previous
Question
Creating modules in an existing project?
Beginner
Help
Question
Linting panic handling in `no_std`
Beginner
Tooling Help
feedback to rustlings solution
Code Review Request
Beginner
a big AppState lifetime issue
Code Review Request
Beginner
Help
Question
Changing self to &self causing creates a temporary which is freed while still in use
Beginner
Help
Question
[RESOLVED] - Proc Macros - Generate structs
Beginner
Help
Question
Code review for a basic console to-do application
Code Review Request
Beginner
neovim & vscode
Discussion
Beginner
Tooling Help
Question
What to do with borrowing inside an if statement
Help
Prevent having to recompile every crate on any change??
Tooling Help
Help
Question
Performance of match statement
Discussion
Is there a macro to help make newtypes?
Question
Mutating struct values between threads
Beginner
Help
Question
Orphan Rule and Option❬Т❭?
Help
Question
Right shift ops taking up a large portion of function time
Help
How to Serde when the data format is too complex? (alternative?)
Discussion
Question
Examples of using web_sys Clipboard with wasm app.
Help
Question
Best way to make variable available across threads
Beginner
Help
Get primitive type ID out of NonZero?
Help
Question
If and while let chain causing rust-analyzer to complain about the feature being unstable
Help
Compiler Error
Create a static or constant HashMap
Beginner
Help
Testing with external dependencies
Tooling Help
Question
First Rust Project - A simple password manager
Code Review Request
Beginner
Help with clap-rs
Help
Question
Why does `repr(u32)` not allow `as u32`?
Question
Compiler Error
wgpu map_async callback on readback buffer is never called
Help
Brainfuck Loop Operators
Help
[FIXED] rust-analyzer snippets in method suggestion
Beginner
Help
`serde` `Serialize` and `Deserialize` derives not working with HashMap where the values are structs
Beginner
Help
Compiler Error
Avoid repeating doc test setup code
Question
`bincode` is not deserializing my data properly!
Help
How to log parameters instead of placeholders using sqlx with Postgres?
Code Review Request
Discussion
Help
Question
running a private registry
Tooling Help
help
Help
Question
'Storing' Generics
Help
Question
Idiomatic way to extract JSON value (using serde_json) from hyper GET Response body
Help
concurrent reading and writing on the same `TcpStream`
Question