rust-help-forum
Trouble with lifetimes staying alive way too long somehow?
Help
Compiler Error
`&'a str` and `&str` one type is more general than the other with GATs
Help
Compiler Error
Constraining types to create a Nom-parsing iterator
Help
Compiler Error
Organizing code into files
Question
How to implement OsStr's fmt display trait
Code Review Request
Beginner
Help
Question
Compiler Error
fibonacci
Code Review Request
Beginner
Iterating over a split string - weird behavior
Beginner
Help
Iter with ?
Code Review Request
Help
Discussion
Question
Compiler Error
Editing a vector in a struct
Beginner
Help
Patching dependency practices
Beginner
Question
Lifetimes and Boxes behaving weirdly
Beginner
Help
Question
Compiler Error
Hashmap entry with String key, no clone?
Help
Question
Closure type ambiguity
Compiler Error
Are generic bounds on a trait applied to a function defined by that trait?
Question
How to access a 2dim tuple by a variable
Code Review Request
Help
Best way to make a string HashMap?
Question
How to parse a token stream as any of several different syn types, preferably using a match?
Question
How to evaluate thrid party crates in Rust, and choose the right crate.
Help
Question
Impl `From` for generic type
Help
Compiler Error
Enum (defined i32) how to use the numerical value for computation ?
Question
Deserializer for struct of Hashmaps
Help
Question
`if` and `else` have incompatible typesexpected struct `String` found enum `Option_`
Beginner
Help
Why do I have to provide str as type param here?
Help
Problem watching files changes whitout blocking
Beginner
Question
Querying Rust values
Question
How do i Fix `value of type cannot be built from Iterator` Error?
Help
Question
Compiler Error
What does a tick mark mean in Rust?
Beginner
Question
Unwrap entire struct?
Help
Question
Partial sort
Beginner
Question
WASM raw pointers in callbacks
Help
How do i swap a struct item from a vector?
Help
Discussion
Question
idiomatic return of collection without exposing implementation type
Beginner
Help
Question
enum extraction
Help
anyone that used aes256gcm in rust?
Help
Connecting python and rust code
Help
Question
cannot add `u32` to `u32`
Beginner
Compiler Error
Convert Type
Help
Question
Question about rust convention
Beginner
Question
Is there a better syntax for this?
Code Review Request
Question
Ask admins rights om Windows
Beginner
Question
Start a process or program that cannot be stopped
Question
An existing struct is not seen by compiler
Code Review Request
Compiler Error
deny(unused_crate_dependencies) complains about dev dependencies that are not used in main crate
Tooling Help
Map with shared sets
Beginner
Help
Question
Rust regex get list of matching groups in order
Help
Question
Which annotation it needed and why?
Beginner
Question
What does &[][..] do?
Beginner
Question
Weird thing with dropping
Question
thread 'main' panicked at 'database can now be initialized ReadFileError(Os { code 2, kind NotFound}
Help
Question
Compiler Error
Does anyone know a faster way to shuffle a Vec or [u8]?
Beginner
Help
Question