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