rust-help-forum

11663 threads · Page 202 of 234

Is there an idiomatic pattern for network communication via serde? 4 messages
Question
Event listener? 2 messages
Question Beginner Help
new line is appended at the end of written file when I don't want it to 25 messages
Help Question
`headers` has an anonymous lifetime `'_` but it needs to satisfy a `'static` lifetime requirement 4 messages
Compiler Error Help
Having an issue with borrows when using serde 2 messages
Help Question Beginner
tokio select! not aborting task with loop 25 messages
Question
fixed my problem - no help needed 9 messages
Help
Lifetime Weirdness (implementing borrowed iterators) 74 messages
Help
automatic trait implementation 4 messages
Question
return `Ref` from downcast 20 messages
Help Question
Why format! is printing exactly the word `None` here? 12 messages
Help Code Review Request Question
Impl `IntoIterator` for Cow slice 23 messages
Help
Give me some advice Rustacean !! 4 messages
Question
Vec of struct to &[u8] 124 messages
Help
Is it possible to parse duration in Rust without new crates dependencies? 9 messages
Help
How to handle ownership with async loop+ sync closures 12 messages
Help Compiler Error
[Actix Web] How to insert html in a existing html file and serve it? 2 messages
Question Help
How do I handle Chinese characters with the CSV library? 3 messages
Help Question
have serde_json ignore undecodeable characters 3 messages
Help Beginner
Is pinning a Box necessary for FFI usage? 22 messages
Question
How to attempt to read from serial port without blocking? 3 messages
Question Help
[macros] Is there any way I can match members and methods calls? 102 messages
Help Question
Help defining types for rpc 19 messages
Code Review Request
Byte Level Slicing Issues 24 messages
Help Discussion
Thread spawn with local variables 6 messages
Question Help
converting from anyhow's Error to eyre's Report 27 messages
Help Question
[FFI] How do I use an array of structs produced by C++ in Rust correctly? 11 messages
Help Beginner
TypeId of closures return by functions 16 messages
Discussion
f64 subtraction accuracy issue 5 messages
Help
When to start contributing to open source? 13 messages
Discussion Question
how do I make a vector that can be read and written to by multiple threads in rust? (I'm making the 2 messages
Question
Move memory from a variant in a nested match? 66 messages
Help
Detecting MIME types 14 messages
Help Question Discussion
Serialize Tree with Serde 5 messages
Help Question
cant use rand in rocket.rs 2 messages
Help Question
WASM performance issues 23 messages
Help Question Beginner
Global mutable variable 27 messages
Question Help Beginner
PyO3 20 messages
Question Help Tooling Help
Command not finding programs 13 messages
Help
Read password without echoing it back on terminal over network 5 messages
Help Question Tooling Help Beginner
Ownership in Iterator and Trait 19 messages
Compiler Error Question
The print!() refused to show up 3 messages
Help
Unchecked [1..] for slice known to have 2+ elements? 26 messages
Question
A tool to count cargo clippy errors 3 messages
Tooling Help
Trait Implementation changes Signature? 11 messages
Question
how to handle threading and pushing work in a external library (with basic example)? 14 messages
Question
rust-analyzer format on paste 6 messages
Help
Ignore or panic on (theoretically) impossible cases? 6 messages
Question
-XExistentialQuantification-like dynamic dispatch in Rust? 4 messages
Question
how to check links in docs 12 messages
Question