rust-help-forum
Threads, callbacks and mutex
Code Review Request
Help
Changing unrelated type causes lifetime issue
Help
Question
Compiler Error
DST with thin pointer
Help
Question
test execution issues
Help
use of undeclared crate or module
Help
Question
Why does `impl Trait` break lifetimes in this example?
Help
Question
Recursive data structure with Rc and RefCell
Help
web_extension_sys crate: chrome().runtime() or chrome::runtime()
Beginner
Help
Tooling Help
Question
Compiler Error
`overflow evaluating the requirement` when trying to automatically generate trait-impls
Beginner
Help
Compiler Error
Cast & to &'static to satisfy tokio::spawn conservative bound
Question
Displaying the 0 in uppercase hex
Help
Question
Avoid implicit move semantics for reference-safe match-destructuring within closure
Help
Compiler Error
Advanced Lifetimes - Iterator over Ref/RefMut - Miri complains
Code Review Request
Beginner
Help
Help with idiomatic Rust
Code Review Request
Question
Please harshly criticize my shitty code
Code Review Request
Beginner
Help Me Name My Struct
Code Review Request
Help
Question
Starting a "scoped" task?
Help
Calculating pixels on a line
Code Review Request
Help
Passing async fn with mutable borrow as argument
Help
bindgen on video-rs is giving me a hard time on windows 11 w/ msys2
Tooling Help
Help
Compiler Error
Lifetimes Newbie needs help
Beginner
Help
rust on server
Discussion
implementing Apple native OCR
Help
Where am I losing performance here ?
Code Review Request
Binding C functions when compiling to WASM
Tooling Help
Help
Compiler Error
Help with lifetime and what is the right approach for this problem?
Beginner
Question
Is Option<Vec> better than an empty Vec?
Question
What're some tips on designing software from the ground up?
Discussion
Question
syn doesnt recognize function in trait
Help
Using a macro to lowercase a string literal
Help
u8 array to struct & strange behavior with slice.align_to
Help
Destructure inner of Arc
Question
Getting value of arg in derive macro
Help
How to store data in executable so it can be read from other programs
Help
Lexical Analyzer for Interpreted Language
Code Review Request
Discussion
String reprezentation of enum item
Beginner
Help
Question
Temporarily storing a non 'static reference inside an Option<&'static>?
Help
Question
windows-sys: WHvGetVirtualProcessorRegisters erroring with 0xc0000005
Help
the borrow checker.
Help
[solved] Max of const generic parameter with bound
Beginner
Help
Question
First Rust program! would appreciate criticism.
Code Review Request
Beginner
Thread-safe RefCell
Help
Question
Generic numbers with match
Help
Usual Borrow Checker Extravaganza
Help
Is this a good way to use a sealed trait?
Code Review Request
Help
Question
In Arch Linux, I can't run a Rust project that is located on the Windows partition
Help
Compiler Error
Warning if using an external crate's struct
Question
First to-do/notes app code review
Code Review Request
Beginner
Borrow error
Help
is my physics engine API alright?
Code Review Request