rust-help-forum

11663 threads · Page 168 of 234

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