rust-help-forum
Are there any more optimizations I can add to this?
Question
Return Self with lifetime from trait function signature
Help
Question
Compiler Error
Solved
Can I get away without specialization for this case?
Question
Is there any way I can create multi line log messages?
Help
Question
Solved
Returning `impl Iterator<...>`s from different sources
Help
Question
Compiler Error
Solved
Noob tries multi-threading for the first time. Stuck.
Beginner
Help
Solved
Is there a way to get the TypeId of the original type of a trait object?
Help
wgpu triangle disappears when i switch from Float32x3 to Float32x4 for color
Beginner
Help
Solved
Blanket Implementation
Beginner
Help
Good idea to use no hashing algorithm?
Question
(Vague Q) Tips on how to think about dereferencing, and why is the order of operations(?) like this?
Beginner
Question
Rust in terminal
Help
Question about allocations
Question
Solved
enforce two types are the same in a trait?
Help
Question
Does rust have monkey-patching and runtime assembly loading?
Beginner
Question
Solved
Need a list of macros from popular crates that use `format_args!` (such as `log::error!`)
Tooling Help
Help
beginner rust
Beginner
Best way to implement a spellchecker with a trie
Question
is there a specific reason that rust modules are file-scoped instead of directory scoped?
Discussion
Question
Need help optimizing my rust codebase
Discussion
Beginner
Help
Question
How can I get the type name of a `&dyn Any`?
Question
trying to make an ecs like registry
Code Review Request
Discussion
Help
Question
AI embedding engine
Question
Cross platform accessibility crate
Discussion
Help
Question
Question about ownership and async move {}
Beginner
Question
Solved
How to disable ipv6 with cargo
Question
Where to find resources for node structures (non binary trees, no external crates)
Question
Why is this trait not `dyn` compatible?
Question
Compiler Error
Why does performance decrease if I extract it into a function?
Question
I'm trying to create a permutations on the stack
Beginner
Help
is cargo compiling a version of my project that doesn't exist?
Tooling Help
Question
Solved
#repr(transparent) an equivalent struct instead of just a new-type around an equivalent struct?
Discussion
Question
Idiomatic way to add constraints to structs
Beginner
Question
Help with baby's first generics
Beginner
Help
Question
Solved
Help with Baby's First Non-Trivial Multithreaded program
Beginner
Help
Generic response struct
Help
Solved
Naive slice `take_mut` implementation - Why is this UB?
Question
Solved
Loom -- creating new atomics
Tooling Help
Question
Spawn function panics, having trouble figuring out how
Help
Solved
C calls Rust FFI strategy
Question
Slice subslicing using pattern matching
Discussion
Question
Debug print integer slice as binary
Question
Solved
Cannot find value `book` in this scope, not found in this scope Error
Beginner
Help
Solved
init vec with generator fn
Question
desktop streaming (winapi), frame buffer is like 11mb
Question
sharing lint configurations between crates/workspaces
Tooling Help
Question
Solved
How can i do this in a better way
Beginner
Creating a 'static Future from non static async fn
Code Review Request
Help
Compiler Error
Solved
cargo mobile android issues with compiling
Help
Why is uninit().assume_init() UB even for integers?
Question