rust-help-forum
How do you compose an object from structs and traits? E.G: Wizard, Pilot, Human.
Beginner
Help
Question
Help with data Ranges
Beginner
Help
Question
Adding a Chain of Parents to a Vector, Help With Memory Management
Help
Rust application that instantiates its own Postgres database?
Question
Help working around "conditional control flow across functions" borrow checker limitation
Help
Question
how to convert char array to &str
Question
[Solved] Mutate struct w. Declarative Macro
Help
Shortening a BitArray
Help
HRTB, closure, requires that it is borrowed for 'static
Help
Question
Parsing HTML
Beginner
Help
Question
hashset question
Beginner
Question
Why does my Cache struct not work as intended?
Beginner
Help
RefMut<T> from Rc<RefCell<T>>
Help
Question
trouble pushing to a struct's field
Beginner
Help
Anonymous Object Assignment to self
Code Review Request
Question
Send + Sync error where I don't think I should have one?
Help
Using a Generic Tuple Argument as a Variadic Generic Argument
Help
Question
Forbidden mutable static
Help
Compile time parsing
Beginner
Question
Cannot borrow *self as mutable
Help
Best Way to Write to StdOut for CLI's
Discussion
Help
Question
I'm using sqlx both within and without a transaction, but now I need to use Executor multiple times
Code Review Request
Help
Discussion
Question
Compiler Error
Casting traits through method
Help
Question
Atomic* types efficiency
Question
how to upload a file in chunk with rust?
Help
Question
What is the most ergonomic way to handle a `Result<Option<T>,E>`?
Question
Drop with parameters
Question
First foray into multithreading is causing an OS error
Help
Question
Propagating error outside of closure
Help
Question
Simplified streaming XML parser for OpenStreetMap files
Code Review Request
Beginner
how macroquad
Question
Sequence macro in Vec
Help
Compiler Error
How to make a macro to avoid writing the same things
Help
Appropriate use of generics when returning structs w/ different fields?
Code Review Request
Beginner
Help
diesel: get rows from table which are in other table and also match condition
Help
Question
Automatically implementing a trait on an async function with a borrowed parameter
Help
How to read from File to Vec<u8> with maximum number of bytes selected??
Beginner
Help
Question
Reconfigurable axum server, running into threadsafety issues with axum::Router
Help
Optimization tips for my implementation of Brainf*** in Rust
Code Review Request
Help
Debugging a stack overflow where both gdb and miri show garbage output
Tooling Help
Help
Is there a way to share state between doc tests?
Help
Question
Code review for a small command line tool
Code Review Request
serde_json::from_str thinks string is empty when it's not
Beginner
Help
higher-rank trait bounds
Help
Question
how to set Access-Control-Allow-Origin in Ntex-rs
Beginner
Help
Question
Converting a multi-threaded python project -> rust
Beginner
Help
Spawning REST APIs from Rust and managing requests
Help
Discussion
Question
How to get defaults for the various `syn` syntax structs
Help
Question
downgrading actix.
Help
Is there a way to get VSCode to show operator references?
Tooling Help