rust-help-forum

11663 threads · Page 53 of 234

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