rust-help-forum
Handling Async Drop
Code Review Request
Discussion
Writing a struct to a file
Discussion
Trait with custom error type
Help
Question
Progression past chapter 13 (amstuck help me)
Help
Why does memory usage not increase
Question
Parse a JSON payload from a POST request and add it to a Sqlite database
Beginner
Help
Compiler Error
Should I use async for receive thread
Question
Solved
How is lifetime inference working here?
Question
Compiler Error
Breaking Up My Scheduler System
Discussion
Question
Basic parsing of lambda calculus terms
Code Review Request
How to cast `T -> &dyn Any` if `T` is not `'static`
Beginner
Help
Question
Wrote octree for my sixel encoder project. Looking for tips to improve code and performance.
Code Review Request
Trying to understand the point of this 1 line in this rust-grep project (chp 12 in book)
Question
Crate structure for crate with proc macro
Question
Generics or Code Smell?
Code Review Request
Beginner
Question
How to solve cargo dependency mess
Tooling Help
Beginner
Help
Question
Study Partner
Beginner
Safe business logic types in Rust
Beginner
Help
Question
Solved
Storing functions as dynamic trait objects
Help
Question
Compiler Error
Seeking Review: An Approach for Max Throughput on a CPU-Bound API (Axum + Tokio + Rayon)
Code Review Request
Help
Question
Tree Traversal With Iterators
Help
Using wasm bindgen to facilitate interop with Discord's embedded SDK. Program hangs unexpectedly.
Beginner
Help
An insane amount of error files on RustRover, plus build issues
Help
Solved
Memory spike when running shell command and collecting output
Code Review Request
Beginner
Help
Solved
implemented a custom Stack in rust
Code Review Request
Discussion
IPC for many small calls
Question
Obtaining type information during macro expansion
Beginner
Question
Error handling & possible overhead
Beginner
Solved
Compile time generic matching
Discussion
Help
Question
json with spans
Tooling Help
Help
Question
Unexpected Sequential Behaiviour On My Scheduler
Help
Solved
cfg(test) evaluation, miscompilation?
Help
Question
Study Partner German/English
Beginner
Solved
`Send` and lifetime issues trying to concurrently run multiple Futures at once
Beginner
Help
Compiler Error
Solved
project review
Code Review Request
Discussion
Beginner
Help
How to derive Debug for a struct containing an associated type?
Help
Question
Solved
Future planning for a rust project that captures every element of the book
Beginner
Help
Question
Simple enum state change
Help
Question
Shared elements collection
Code Review Request
Beginner
Question
.
Code Review Request
Solved
Rust for mobile app dev (ios + android)
Discussion
Is there some convoluted way to construct a struct without knowing its name?
Question
Future cannot be sent between threads safely
Help
Compiler Error
Solved
Virtual machine code review
Code Review Request
Sound construction of cyclic references?
Question
Recursive struct in const context
Compiler Error
Solved
custom #cfg struggle
Help
Solved
Feedback on error handling
Question
Weird benchmark results about cartesian products
Beginner
Question
Serde deserializing with field name depending on T
Help
Question
Solved