rust-help-forum

11663 threads · Page 95 of 234

Noob question for a useless case 3 messages
Beginner Help Question
how can i tell why a particular crate is _always_ rebuilding 11 messages
Beginner Tooling Help Question
Egui images are very slow for me 10 messages
Help Question
Shared struct in a rust dll 49 messages
Help Question
Borrowchecker help with new `Waker::clone_from` 22 messages
Help Question
instead of looping until something isn’t an error, what should one do? 55 messages
Help Question
Serde Deserialize vs DeserialiazeOwned lifetimes 8 messages
Beginner Help Question Compiler Error
Clean code 3 messages
Beginner Help Question
Borrow checker help 8 messages
Help Question
How to annotate mpsc::channel to be generic 7 messages
Beginner Help Compiler Error
Matching on item's implementation 3 messages
Beginner Help
import on a type alias? 6 messages
Question
How can I optimize this code using only features available in wasm? 52 messages
Code Review Request Help
`(dyn layout::TilingLayout + 'static)` cannot be shared between threads safely 4 messages
Help
I'd appreciate a code review for my virtual machine 14 messages
Code Review Request
how does the alignment and aling_items work in iced 2 messages
Beginner
trying to get a grip on using mods and passing variables to them using iced 8 messages
Code Review Request Beginner Compiler Error
Can't find nalgebra function from_polar 7 messages
Help
Simple database like library? 13 messages
Help
✅std::panic::catch_unwind doesn't return debugable error 19 messages
Discussion Help Question
Using Mut Self Twice in Same Statement 7 messages
Beginner Question
Callback argument return Iterator 20 messages
Beginner Help
From<T> complains about trait implementation being outside of crate ONLY when T is a tuple? 28 messages
Help Question
Non-trivial use case for Rc? 6 messages
Discussion Question
sqlx 'pool timed out while waiting for an open connection' error with postgres 2 messages
Help
Egui dynamic image loading 3 messages
Help Question
Edit Key with toml-edit 3 messages
Help
Lifetime on function without parameters 7 messages
Discussion Question
Calling sync code in async code? 5 messages
Beginner Question
Help optimize `ParallelIterator` implementation of a directory-walk 2 messages
Help
Random with distrubution 4 messages
Help
Does the OS not clean up the stack on a panic? 12 messages
Beginner Question
mutable variable in async function 10 messages
Help Question Compiler Error
What is the most efficient way to go over a vec of tokio mpsc receivers and checking if one got smth 16 messages
Help Question
Squashing a specific ErrorKind without re-constructing Result 11 messages
Question
How to create an iterator of random numbers? 4 messages
Code Review Request Help
PyO3 Trait Clone is not implemented for 'PyList' 3 messages
Beginner Help
condense from syntax for large tuple? in From<T> implementation 7 messages
Question
Linking error llvm 14 messages
Tooling Help Help Question Compiler Error
linker link.exe not found 53 messages
Beginner Help Compiler Error
How to use once_cell cleanly with clippy denying unwrap/expect? 4 messages
Help Question
Impossible hypothetical trait conflict with inconsistent error 42 messages
Help Question Compiler Error
How to get a static reference to the function pointer? 35 messages
Question
problems with child stdin and pipes 16 messages
Help Compiler Error
Covariance rules with mutable stuff is KILLING ME 5 messages
Question
Is it possible to use methods as a handler in `Axum` 4 messages
Beginner Help
Cannot borrows as mutable? Help! (beginner) 7 messages
Help Question
Issue with initialization not living enough 6 messages
Beginner Compiler Error
I need help with understanding Send marker 2 messages
Beginner Question
book suggestions for web-backends? 2 messages
Discussion Help