rust-help-forum

11663 threads · Page 10 of 234

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