rust-help-forum

11663 threads · Page 131 of 234

Reviewing my first program --- tictactoe 9 messages
Code Review Request Beginner
How to add indexes of the original string to `nom` parsing results? 2 messages
Help Question
Pass an arbitrary sequence of tokens into a declarative macro 3 messages
Help Question
Stream reads only 2097152 bytes 8 messages
Code Review Request Beginner Help Question
Need two traits for dyn Trait in Struct 6 messages
Help
Implementing a trait that requires Debug imposes that restriction on generics of the implementor 8 messages
Help Compiler Error
Reducing an iterator into another with lower frequency 12 messages
Beginner Help Question
From<T> for Box<dyn Foo> where T: Foo 12 messages
Compiler Error
Problem with closures and references 14 messages
Help
Best way to manage app state 11 messages
Discussion Question
Deriving Traits depending on generic argument? 8 messages
Question
[Log4rs] Only root logger work 6 messages
Help
How to set a variable that is in the outer scope 11 messages
Question
How to Use a Template File to Create New Files and Folders 10 messages
Beginner Help Question
How to properly declare a Boxed Generic Trait Object 4 messages
Help Question
rustc telling me to add and remove the same import at the same time?? 3 messages
Help Question
Help with rayon performance 6 messages
Code Review Request Beginner Help Question
Virtual keyboard isn't working for games 2 messages
Beginner Help Question
Trying to create a proc macro for passing an argument in a test function 4 messages
Beginner Help
Packaging a CLI in a Library Crate 3 messages
Beginner Question
Function not executing correct else block? 51 messages
Code Review Request Beginner Help Question
weird pointer compiler type behavior 8 messages
Question
how do I go from `Box<[u8]>` to `Box<str>`? 18 messages
Question
Deserialize a struct with a large optional field, to a smaller version for a client 6 messages
Help Question
Declarative macro pain 32 messages
Beginner Help Question
Life time troubles 16 messages
Help
Need help with associated functions and structs 14 messages
Code Review Request Beginner Help
Need help with making this function cleaner 24 messages
Code Review Request Help
Can't tell why Serde won't derrive 17 messages
Help Compiler Error
How to get Command to stop quoting arguments -- Blender CLI is treating quoted arguments diff. 2 messages
Beginner Help
Phantom lifetimes 82 messages
Help Question
Help with expensive initialization 21 messages
Beginner Help
Can you have associated types based on a struct with generics? 8 messages
Discussion Question
Confusing "cannot borrow `self` as mutable, as it is not declared as mutable" 8 messages
Question Compiler Error
cargo: invalid data in index - calculated checksum does not match expected; class=Index (10) 5 messages
Tooling Help Help
anyhow:Error is both NOT and IS `Error + Send + Sync + 'static` 5 messages
Question Compiler Error
Issues when installing crate 24 messages
Help
Re-use enum with another default [SOLVED] 23 messages
Beginner Help Question
Avoid recompiling for `cargo clippy` + `cargo test` 2 messages
Tooling Help Help
How to do image compression using rust 5 messages
Help Question
Code review for Rush (shell project) 2 messages
Code Review Request Help
Orphan Rule and Proc Macros 10 messages
Help Question
gtk4-rs compile error M1 Mac 22 messages
Help Compiler Error
how to make input thing with text in it 5 messages
Beginner Question
help creating a function factory 9 messages
Beginner Help
Rust-Cuda iterator kernels? 22 messages
Discussion Help Question
Converting a loop into an iterator 4 messages
Help Question
How to run many parallel futures and collect both Ok and Error return values? 2 messages
Question
How to swap slices/ranges of two vec? 2 messages
Beginner Help Question
Is it possible to specialize method implementations? 27 messages
Help Question