rust-help-forum

11663 threads · Page 7 of 234

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