rust-help-forum

11663 threads · Page 52 of 234

Mocking derive macro for proc macro tests 11 messages
Help Question
[solved] [hard] how do I work around "unconstrained generic constant" with function-local generics? 27 messages
Help Compiler Error
Uninit Box 33 messages
Question
CusomType trait for existing type or From<ExistingType> for CustomType 5 messages
Discussion Question
Ariadne + Pyo3 lifetime issues 8 messages
Question
How to enhance GTK4's performance with pictures? 5 messages
Help Question
Alignment issues in a global allocator arising in tests, but not when using in a binary crate 38 messages
Code Review Request Help
Project Structure causes Rust Analyzer to no longer work 9 messages
Tooling Help Help
Run a shell script that may requires user input 6 messages
Beginner Help Question
Getting the list of enabled features statically? 7 messages
Tooling Help Help
Is there a proper way to handle this without a Mutex preferably? 3 messages
Help Question
[Solved] How would I convert a map with tuple keys into a map of map in serde? 10 messages
Question
gtk4-rs get cursor position 4 messages
Help Question
Getting A Sub-Array 19 messages
Discussion Help
i2C Drivers development problem 6 messages
Beginner Help
Optimizing match arms 3 messages
Code Review Request Help
How is compiler deciding when to downgrade lifetimes? 12 messages
Beginner Help Question
Deserialize lifetime issue with mongodb 2 messages
Help
Publishing Crates with Local Dependencies 14 messages
Tooling Help Help
Not able to open file even though file exists? 7 messages
Help Question
C++ to Rust Translation - Double Cheking 53 messages
Code Review Request Help
Insert into slotmap using ouroboros 7 messages
Help Question
async Fn trait bound with a reference as argument -> no worky :( 5 messages
Help Question Compiler Error
how to print to stdout inside tokio::spawn() 5 messages
Beginner Help
Expected &dyn Debug, found &&{unknown} 20 messages
Help
`Vec<A>` as return type? 10 messages
Question
Store users websocket connection for later? 2 messages
Beginner Help Question
could not find codec in tokio_util 3 messages
Beginner Help
Ergonomic affordance to traverse a DAG 85 messages
Code Review Request Discussion Question
Want to start on game dev with rust but dont know where to start 3 messages
Question
Multiple mutable references 4 messages
Question
Array without length known at compile time on bare metal 75 messages
Help Question
argparsing help 2 messages
Help Question
In search of a good data structure 7 messages
Discussion Question
nightly `Cargo.lock` not in `lib/rustlib/src/rust/`, but inside `lib/rustlib/src/rust/library/`? 10 messages
Help Question
Why Error for Coroutine borrow across yield point 6 messages
Help Question
best way to draw an image to the screen (macroquad) 3 messages
Question
Mutable lifetimes help 4 messages
Help
Allocator and panic handler for #![no_std] 40 messages
Beginner Help Question
Am I overusing macros? 21 messages
Code Review Request Discussion Question
Guarantee drop impl is run 46 messages
Question
Having trouble with setting up api. Actix_web, js 40 messages
Help Question
Mental model of temporary values: Box VS Vec 2 messages
Discussion
Neovim rust LSP question/help 2 messages
Tooling Help Help
`dead_code` on deconstructing a struct 19 messages
Help
Does LLVM benefit from "useless" `&mut`? 10 messages
Question
closure may outlive current function 16 messages
Help
Splitting code into modules for faster cargo check 18 messages
Question
Serde for ordered collections 4 messages
Help
Type does not get inferred when implementing a function of Into<Option<T>> where T: fmt::Display 8 messages
Help Question