rust-help-forum
Diagnosing long compile time for one specific crate
Help
New signaling crate!
Code Review Request
Native Modding System
Discussion
Question
Is this a case of Bad Compiler Error or a hole in the borrow checker?
Question
Compiler Error
Ergonomically sorting by multiple keys?
Question
Solved
Iterators, breaking a sorted list into groups?
Question
Solved
Collaboration
Discussion
Shunting yard calculator in Rust. First time using the language, need a review.
Code Review Request
Beginner
Parse a "Local" statement without let and semi-colon.
Question
Initialize const generic size array with function pointers based on the constant index
Help
Question
Benchmarking: how to lint against measuring the drop time?
Discussion
Question
How do I handle frontend specific sections in my configuration file?
Help
wild rust behavior (skipping statements)
Help
Question
How/can I unify my two storage types
Help
Question
Trouble w/ seemingly simple use of local crate as dependency for workspace crates
Beginner
Help
Question
Rustrover stutters opening < for generic types
Tooling Help
Dynamic Serialization And Dynamic Deserialization
Help
Compiler Error
My First Library - Code Review
Code Review Request
Decentralized mail protocol demo - Code Review
Code Review Request
Embedded binary size bloat caused by... inlining?
Help
Question
My newbie level rust passwd manager
Code Review Request
Beginner
Difference between address in CSR and address of static in RiscV 32 bits
Discussion
Help
Question
Solved
Code Review Request: Async Process Wrapper
Code Review Request
Good/Idiomatic way to do graceful shutdown
Help
Issue With Enum Dispatch
Beginner
Help
Question
why cant axum `Router<T>` work with `axum::serve` but it can work with `Router<()>` no problem?
Help
Compiler Error
Function pointer automatic conversion
Question
`bytemuck::try_cast_vec` alignment requirements
Question
Solved
Tilemap system interaction in a game
Discussion
Help
TCP Proxy Performance Issue (Go / Linux) – Looking for Help
Help
Question
Hashmap Indexed by Type
Question
Solved
wordcount clone in Rust - code review please :3
Code Review Request
Beginner
Sharing module between crates
Help
Question
[REPOST] Critics About Architecture And presentation Of ChronoGrapher
Code Review Request
Help
Discussion
Question
Change-proofing serializable structure
Help
Question
Solved
"Hands-On Rust" by Herbert Wolverson good for building a foundation?
Beginner
Parallel threads using `let rng = StdRng::from_os_rng()` returning duplicates in AWS lambda function
Question
Solved
Capture full bracktrace with line numbers
Help
implementation of `Send` is not general enough
Help
Question
Panic on ptr::read from a valid ptr
Beginner
Help
Solved
Removing duplicate pairs from a vector
Code Review Request
How to open file for use with multiple functions.
Beginner
Solved
Critics About Architecture and Presentation Of ChronoGrapher
Code Review Request
Discussion
Question
Integration Test Modules
Question
Solved
Understanding _moving_ for pins
Question
Solved
Make a game engine with server-side validation on the web
Beginner
Tooling Help
Question
Have feature flag turned on without accidentally pushing change to Git
Tooling Help
Help
Question
Solved
Panic during build time (bindgen bug or setup issue) ?
Tooling Help
Compiler Error
splitting self to get around exclusive mut borrows
Question
Solved
How do I turn ValueEnum from clap into a String?
Beginner
Question
Solved