rust-help-forum

11663 threads · Page 24 of 234

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