rust-help-forum
finished tic tac toe code
Code Review Request
`cargo workspaces publish` failed halfway through -- how to recover?
Question
Version for git dependencies
Beginner
Help
Question
DLL Data Input-Output and Safety
Help
Compiler Error
any way to log program crashes?
Help
Question
Generic, Template Function attempt
Beginner
Question
Compiler Error
Explicit type annotations for a foreign crate
Code Review Request
Help
Question
NonEmptySlice small code review.
Code Review Request
Parsing args into an enum with clap
Help
Question
Structs of similar names
Help
Trying to understand what's happening in this function.
Code Review Request
Question
Into_Iterator For loops of references
Beginner
Help
Question
How do I fix this yew error?
Tooling Help
Beginner
Trying to operator overload
Help
Question
how do i implement something like this in rust
Question
Why this function cannot return value referencing data owned by it?
Code Review Request
Help
Discussion
Question
Compiler Error
Using fields of values in `quote`
Help
ld cannot find my static libraries
Help
how to copy the first N bytes of a `[u8; M]` into a `&mut [u8; N]`
Question
Code Review, when to return or take Box, or Rc for a trait library.
Code Review Request
Question
disallowed_methods from clippy does not work in the same crate?
Tooling Help
Help
tutorial for writing a new derive macro
Help
Question
How to call struct method?
Help
Question
Problem with a ParseIntError
Beginner
Help
ECS - Questions about memory layout for components
Question
passing an expression to a macro that uses local variables
Help
Compiler Error
Code review my first Rust Project!
Code Review Request
Beginner
How can I force Rust to create and drop static variables?
Beginner
Question
Is there any way to make a owning only struct impl a trait with a lifetime annotation?
Help
Compiler Error
Conflicting blanket impls - how to model myself out of this problem?
Help
Discussion
Question
Check if enum value is a certain variant
Beginner
Question
Mutating iterator inside for loop
Help
Question
What's the easiest way to convert a u8 to a repr(u8) enum?
Question
How can I avoid moving some values into a scoped thread?
Help
Question
Writing to an uninitialised buffer safely...
Question
Is there any rust data structure that gets cloned every time I reference it?
Help
Initialise without knowing the initialised value
Beginner
Question
Get the git message of a fold
Help
Question
Pass through trait implementation to child
Beginner
Question
How can I parse a string instead of CLI command using clap?
Help
Question
Compiler claims I'm borrowing a struct
Beginner
Question
Compiler Error
Why this function works without Option and doesn't with it?
Code Review Request
Help
Discussion
Question
Compiler Error
Compiler suggests invalid code with `&mut mut slice`
Help
Checking output type of std ops Index
Beginner
Question
Modifications inside Arc and Mutex don't persist after function has ended
Question
Closure with variable number of arguments
Help
Question
Using a pool of fork()ed processes in Rust
Help
Discussion
Question
How do I get whether y is even or odd value?
Help
Question
Expected Closure, found different Closure
Help
Compiler Error
clion debugger doesn't show pointer values?
Beginner
Help
Question
Compiler Error