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