rust-help-forum
use of moved value: `grouping_processes`value used here after move
Help
Returning a mock from a `mockall` expectation, and injecting it later.
Question
Rust generics & associated types issue
Beginner
Help
Question
Whats so bad about this crate (nightly crimes)
Beginner
Question
Feedback on writing 'idiomatic' rust
Code Review Request
Beginner
Help
This part of my code is not working as intended?
Code Review Request
Help
Extract item from nested enum match
Help
Question
Best way to edit two elements from a slice in the same scope
Beginner
Help
Unconstrained types
Help
Question
Compiler Error
am i just a dumbass or what
Help
Compiler Error
reqwest see cookies stored in jar
Beginner
Help
best html parser
Question
Cargo run and compiled binary act different about printing color when is runned in PowerShell or CMD
Help
Program wide translation
Tooling Help
Discussion
Question
How to optimize this code and more readable with struct or enum?
Code Review Request
Beginner
Help
Weird (imo nonsese) compiler error with complex generic/associate bounds ?
Help
Question
Compiler Error
Arc<Mutex<Box<SomeStruct>>> to Arc<Mutex<Box<(dyn SomeTrait)>>>?
Question
Rewriting function as member
Help
Compiler Error
How to create an instance inside a macro?
Help
Question
Help understanding a case of "self escapes the method body here"
Beginner
Help
Compiler Error
Argon2 doesn't want to use parallelism?
Help
[SOLVED] error: failed to run custom build command for `openssl-sys v0.9.95`
Help
Compiler Error
How to reduce nesting?
Code Review Request
Question
create a FromMyType trait and implement it or implement From<MyType> for SomeType?
Discussion
Question
Trailing semicolon rule not respected by rustfmt on macOS
Tooling Help
Question
Rustrover won`t start
Help
get value out of Result<>, custom error.
Beginner
Help
how to import local files?
Question
Help with 1D Noise
Discussion
Beginner
Help
Question
First borrow later used here
Beginner
Help
Question
Compiler Error
Help with once_cell
Beginner
Help
Compiler Error
Trouble accessing method of type in `Arc`
Help
need rust book chapter-wise projects/tasks
Beginner
String manipulation in a text adventure
Beginner
Help
create new nalgebra matrix
Beginner
Help
Egui slider
Help
enum conversion safety
Help
Dynamic JIT compilation of Rust string at runtime without external commands like rustc
Beginner
Help
Question
Box Messes Up Lifetimes
Question
Compiler Error
OS Agnostic Way To Run The Program In Background
Help
Axum and returning an image
Beginner
Help
mutable references as arguments for generic functions
Help
How To Disable Headers For CSV Serialization With Serde?
Help
Tokio stops polling all futures after some time
Help
Question
Benchmarking a specific target using criterion
Help
Question
mut ref question
Beginner
Question
Is it possible to cfg guard an entire library?
Help
Question
trouble with synchronisation in a hashmap using rayon
Help
How can I parse a `proc_macro2::Literal` string which contains a hashtag?
Help
type mismatch even though 2 structures are same
Beginner
Help
Question