rust-help-forum

11663 threads · Page 214 of 234

compile time intuition behind atomic Ordering * 6 messages
IntoIterator, cannot move out of Arc 27 messages
Lifetime can be elided only when immutable? 28 messages
Question Compiler Error
Unable to remove symlinks through rust 2 messages
Compiler Error
Module import tree structure ? 40 messages
Help Question
monster looking error trying to compile launching a game window 44 messages
Compiler Error
Difference between Struct and Enum 6 messages
Finding a struct implementing a Trait 8 messages
Question
Impl on fn pointer with lifetimes 10 messages
Help
I'm making some mistake with generics? 18 messages
Help Compiler Error
Need a easiest tutorial on macros in rust 7 messages
is there a difference between (1..6) and (1..=5)? 8 messages
need a friend 5 messages
What is the advantage of bin directory in cli app? 3 messages
Question Discussion
How to exclude non-defaults feature's function inside general function? 5 messages
Help
Currently making (optimizing) a Wordle Solver 10 messages
Code Review Request
What is the difference between subtyping, and generics? 8 messages
Question
feature not allowed 6 messages
char is_alphabetic and is_ascii_alphabetic arguments 6 messages
Discussion
cannot return value referencing temporary value 30 messages
Compiler Error
program not working correctly 11 messages
Help Beginner
how to draw a circle in opengl (rust)? 52 messages
Help Question
Multiline regex 42 messages
Help Tooling Help
Indentation in multiline strings 13 messages
Question
Cargo.toml [dependencies] 13 messages
Question
Rust bin as lib 6 messages
Question Help
How can I 'concatinate' two binary numbers in two u8's to make one u16? 6 messages
Help
Discord Bot Issues 2 messages
Compiler Error
Light-program Code Review 10 messages
Code Review Request Beginner
SIMD version of code takes same time as non-SIMD with completely different output code 11 messages
Help Beginner Code Review Request
Cannot borrow as mutable because it is also borrowed as immutable 11 messages
Beginner
Why are there question marks before the semicolons in this example 4 messages
Question
Issue with lifetimes in returning mutable reference to struct field 18 messages
crate to optimize replaces in a string 72 messages
Question Help Tooling Help
Deref and Ownership 14 messages
Nested `if let Some(...)` 13 messages
CLion doesnt support correctly auto import ? 16 messages
Tooling Help Question
docs.rs cannot generate my crate's docs 3 messages
Why is this looping infinitely? 22 messages
Should you always implement From instead of Into 6 messages
Question
File Open Error the file is used by another process 6 messages
Help
Borrow Checker issue 9 messages
Beginner
Rust Help 4 messages
how to create a `*mut i8` from a `&str`? 18 messages
Question Help
How to dereference raw pointer to a struct? 13 messages
sending multiple get requests in parallel using hyper, and parsing json response 2 messages
read from a raw pointer to a struct 50 messages
Help Question
FFI-safety with Rust usage 25 messages
Question Discussion
OpenSSL slice aliasing 11 messages
Providing a development only CLI? 8 messages
Question Tooling Help