rust-help-forum

11663 threads · Page 171 of 234

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