rust-help-forum
RefMut bit doubt
Beginner
Question
Accidentally ran cargo fmt on the whole repo — PR has 3000 changes 😭
Discussion
Help
iterating over an enum, `strum` + `enum_dispatch` requires functions that uses `self`. Alternatives?
Question
Solved
[Polars library] trying to find every unique plant genus in a name, suddenly dataframe wont print
Help
Question
my pc sucks 🌲🐓
Help
Question
Software development learning path help
Help
Beginner
Discussion
structs with uknown sized types just a clarification
Discussion
Help doing error handling and `thiserror` crate
Code Review Request
Tooling Help
Beginner
Help
Question
<T:const trait> syntax and ....
Beginner
Discussion
I am on the right track with game asset loading?
Code Review Request
Structuring state for a game
Discussion
Help
Question
unsure how to represent this data (coming from typescript)
Beginner
Help
Question
Solved
Error handling practices and design? What do you use for your project?
Beginner
Help
Question
What is better for backend development thiserror or anyhow?
Beginner
Discussion
Question
Test if a struct filled with bools has any set to true?
Question
Use associated type from another trait?
Question
Solved
How to debug the type checker for a true overflow evaluation?
Tooling Help
Help
can the compiler reject programs that call this function?
Question
Solved
How can I tell the borrow checker that this mutable borrow is ok and the data lives long enough?
Code Review Request
Discussion
Question
How to pass AsyncFnOnce to tokio::spawn
Question
Solved
Is this abusing lifetimes? Lifetimes of nested structs containing `&mut` references
Question
Solved
Why does this work?
Code Review Request
Question
Bindgen usize arithmetic issues
Tooling Help
Help
Question
Compiler is not complaining about the return types, why?
Code Review Request
Beginner
Help
Question
dyn Rc/Arc tree structure
Discussion
Code review request
Code Review Request
Beginner
Lifting dyn out of a generic function's argument?
Question
Help me to understand Array Slices better
Beginner
Help
How i can use external C lib
Beginner
Help
Question
How do you use self in "macro_rules!"?
Help
Question
Solved
I think I am reaching a deadlock
Help
Serializing to RON file using std::io::BufWriter - fmt::Write vs io::Write
Help
Question
Solved
how do i use Box<dyn ...> (dynamic dispatching)
Question
Miri guided tutorials explaining its rules
Question
futures-signals help!
Beginner
Help
Toolbox
Code Review Request
Beginner
Help
Code Review Request for a Small CLI App
Code Review Request
Solved
Help making a reference to arbitrarily nested parts of a data structure
Help
Rust/C++ interop without static linking
Tooling Help
Help
How to separate library from internal proc-macro crate when publishing to crates.io?
Tooling Help
Help
Question
How do you know if two non-owned values of a type that don't implement PartialEq are different?
Help
Question
Default value for field of type std::path::PathBuf
Help
Solved
When you have multiple nested libraries used by an application, how do you find dead code?
Question
Transitioning from Embedded in C to Embedded Rust (Aerospace Background)
Beginner
Help
Strange errors with ureq when trying to scrape very long divs
Question
I implemented my own Vector from scratch.
Code Review Request
How to force assume panics are impossible?
Question
`-Zbuild-std` without Cargo
Tooling Help
Question
Confusion over Modules
Help
Compiler Error
Sum iterator of options into option
Question
Solved