rust-help-forum

11663 threads · Page 127 of 234

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