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