rust-help-forum

11663 threads · Page 64 of 234

E0515 : I feel like lifetimes are the solution? 16 messages
Help
why not working ? 47 messages
Help
Problem with lifetimes inside agent training loop 63 messages
Help Question Compiler Error
Can this brute force code be easily sped up? 26 messages
Help Question
Maintain Non-Printable utf8 Characters for SHA Validation After Parsing 4 messages
Question
One type is more general than the other 4 messages
Help Compiler Error
Create post request with body in axum 22 messages
Beginner Help
unconstrainted type when implementing From trait 9 messages
Help Question
does SSD/NVME cache affect rust compile times? 3 messages
Discussion Question
Adding generic Type struct into Enum without having to introduce a generic Type parameter 10 messages
Discussion Help Question
Is it possible to create a slice from an iterator? 14 messages
Beginner Help Question
Better design when I want to mutate and return an Option 2 messages
Help
How to git clone a specific version? 12 messages
Discussion Help Question
need a derive macro for something similar to builders 13 messages
Help
Serde Json: Some fields might/might not have the parameter as in struct 3 messages
Help Question
Help with cargo update 22 messages
Beginner Help
What is the equivalent of a static method in rust? 15 messages
Question
about snafu 5 messages
Question
failed to compile 4 messages
Help
Rust design decision mut a: i32 vs a: &mut i32 9 messages
Discussion Question
Building for ios 2 messages
Help Question Compiler Error
Is there a clean way of doing optional filter to iterators? 5 messages
Discussion Tooling Help Help Question
patching in workspace 17 messages
Help
how to parse this specific json pattern with serde? 2 messages
Help
Dealing with Vectors 8 messages
Beginner Help
tauri dependency path issue 3 messages
Help
Preventing borrowed data from escaping outside of the method. 38 messages
Help Question Compiler Error
Bound for a trait with a lifetimed GAT and HRTB confusion 12 messages
Help
Is it possible to create a custom smart pointer type that can coerce it's content to unsized? 11 messages
Question Compiler Error
File.read_to_string / read_to_end() + String::from_utf8 fails due to BOM 4 messages
Question
Isn't this very inefficent? 17 messages
Question
Send data if modified through streaming 7 messages
Discussion Beginner Help Question
Customizing a BTreeSet Order, but always get None on lookups 59 messages
Help
Is this an ok use of the static keyword? 28 messages
Question
code review 13 messages
Code Review Request
[SOLVED] make string last after for loop 20 messages
Beginner Help
Match pattern for &mut enum belonging to self 7 messages
Beginner Help
Can't compile for *only* one target 4 messages
Tooling Help Help Compiler Error
Distributed-sytems project ideas 5 messages
Discussion Question
Is there a way to cast reqwest::StatusCode to http:StatusCode? 2 messages
Beginner Help Question
Feedback on my trait's default fn that spawns a thread 9 messages
Code Review Request Beginner
send data between two different rust programs? 16 messages
Help Question
Problem using module Image 30 messages
Beginner Help
Feedback on crate API that heavily uses cost generics. 3 messages
Code Review Request
Chain calls using vector (fold with changing type) 15 messages
Beginner Help Question
Generating Ranges 14 messages
Help Question
Help with paths and env for CLI project, how to parse args 2 messages
Help
can't access lazy mutex in another file 50 messages
Help
How do I sqlx::query_as! an Option<CustomType> field 11 messages
Question
Unexpected serde(flatten) error 12 messages
Help Question