rust-help-forum

11663 threads · Page 163 of 234

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