rust-help-forum
[Suggestion] I want to learn about the concurrency aspects of rust (Sync, send, threads, mpsc...)
Help
Anno 2024, when to use parking_lot::Mutex and when to use std::sync::Mutex?
Discussion
Question
Need help implementing FromResidual trait to a custom enum Error
Help
Table does not exist
Beginner
Help
Need help parsing with the Winnow crate
Help
Compiler Error
Axum uses colossal amount of ram when paired with reqwest.
Help
Right way to handle Tcpstream references in a loop
Code Review Request
Beginner
Help
[Clarification] Raw Pointers
Question
.map() equivlent with no return type?
Question
Closures
Beginner
Running code on main thread within another thread
Beginner
Question
How to drop recursive structure
Help
Question
Anyone worked with Rust backend with Diesel ORM
Help
Can't get over launch.json error in vs code( no google solutions found)
Beginner
Help
Weird behaviour stack overflow in deep recursion
Help
Question
rust-analyzer path too long with a git dependency
Help
Tooling Help
Beginner
Rust Atomic Semantics
Question
Conditionally return structs with different generic types
Code Review Request
Help
Help nested match statements
Code Review Request
Beginner
Need help
Help
Beginner
Tooling Help
advent of code 2015 day 4 md5 hash
Code Review Request
Beginner
Help
CLI App to Web App
Beginner
Help
Question
How to write to a file in linux which requires sudo privileges
Discussion
Help
Question
Error on doc build when publishing library
Help
Compiler Error
.map() with walkdir not working as intended
Help
match statement
Beginner
Is there a thread safe BTreeSet solution?
Beginner
Help
Question
What does `...` mean in a type in a diagnostic
Help
Question
Avoiding nesting code
Code Review Request
Can't Get Rodio To work [SOLVED]
Code Review Request
Beginner
Help
Help in Error handling
Question
Doc-tests fail because of #[auto_enum] macro and I don't even have any doc
Beginner
Compiler Error
Lifetime help - calling a closure/fn with a reference to owned type
Help
Compiler Error
Need help with Struct that has owned string and Vec with slices from that string
Beginner
Help
Question
How to calculate the mode of a set of data.
Beginner
Help
Memory leak/ub help
Help
Guarantee a tokio::JoinHandle is awaited or aborted by end of function?
Beginner
Help
Question
Combining axum and tonic for json + grpc
Beginner
Tooling Help
Help
Borrow problem (E0499)
Help
Handling interactive CLI apps in rust
Help
Question
How to make a struct with one field implement it's field's behavior?
Beginner
Help
Question
Python re first lexer pass review
Code Review Request
Deadlock with nested Locks
Question
My syntax highlight for egui
Code Review Request
Help
Failure to parse manifest at ~/cargo.toml
Beginner
Help
Compiler Error
Bevy, return mutable reference to Component from `get_mut`
Help
How to convert Vec<Vec<T>> to &[[T]]
Help
Question
How to add feature flags to a dependency of a crate
Help
Question
How do I convince the compiler that a function argument will always be known at compile time?
Beginner
Help
Question
Adding an `.await` inside an already-async fn somehow changes the fn's type
Help
Question