rust-help-forum

11663 threads · Page 121 of 234

My IF statement doesn't work 14 messages
Beginner Help Question
Trying to create a .json file with serde-json (How to create a Map and write that). 9 messages
Beginner Help
Hacking on `cargo test` and webassembly 23 messages
Discussion Question
Get from vec or append 28 messages
Beginner Help Question
Modules working weirdly 4 messages
Beginner Help Question
Interior Mutability... or something else? 9 messages
Help Question
`u64` is satisfied by an infinite range, but `usize` not? 4 messages
Question
Avoid using String::clone 3 messages
Beginner Question
Rewriting closure lifetimes 7 messages
Help Question Compiler Error
Accessing fields 11 messages
Beginner Help Question Compiler Error
Early return pattern 2 messages
Question
how to do swapping with dynamic variables ? 7 messages
Question
Closures & functions 8 messages
Beginner Question
Getting a specific index of a vec of enums returns a weird type: &<u32 as SliceIndex<[Enum]>>: 6 messages
Help Question Compiler Error
syn do not visit unmatched cfg attr 34 messages
Help
What is this extra lone dot on the heap represent? 9 messages
Beginner Question
Good way to check if thread is overwhelmed 4 messages
Beginner Question
Looking for guidance on coding style in rust 7 messages
Beginner
Multiple mutable borrow 7 messages
Question
Problem using threads 40 messages
Beginner Help
Less silly way of finding a max 176 messages
Code Review Request Beginner Question
How should I test a struct's Display in a clean way? 7 messages
Help Question
git checkout in rust 6 messages
Help Question
Memory allocation and Wasm (wasm32-unknown-unknown) 9 messages
Beginner Help Question
Borrow checking issues 26 messages
Help Compiler Error
Cannot use trait impl which is not in scope 4 messages
Help Compiler Error
Difference between dyn Trait and impl Trait? 4 messages
Question
How do i use async-await inside a thread closure ? 2 messages
Discussion Help Question
Change serde rename_all without access to struct declaration 7 messages
Help Question
Moving from Trait Objects to Generics 2 messages
Question
Conflicting implementations when one has a trait bound 6 messages
Beginner Help Question
Help with editing an Arc<Mutex<Vec>> in an iterator then saving it to itself 94 messages
Beginner Help Question Compiler Error
best way to integrade other langs in project 9 messages
Discussion Question
Use key from `BTreeMap` without cloning 17 messages
Help
need help with Reactive programming in rust 19 messages
Help
Review of an open source library 4 messages
Code Review Request Discussion
Serde externally tagged enum wit a single element 18 messages
Beginner Help
Need review of unsafe (transmute) Bevy code 60 messages
Code Review Request
How to capture constant frame rate using DXGI Desktop Duplication API AcquireNextFrame() ? 39 messages
Code Review Request Beginner Help
Need help with add in crate.io crate 25 messages
Beginner Help Compiler Error
Finding a segfault in C++ bindings that happens when using `crossbeam` channels 23 messages
Help Question
Using collect().into_iter() to allow iteration with FnMut 34 messages
Help Question
Const Generic Enum 7 messages
Help Question
Need help with lifetimes 34 messages
Help
Use of `default` to create a unit struct 20 messages
Help Question
How can I prefix a string in serde? 4 messages
Help
why does this closure want a 'static bound? 5 messages
Help Compiler Error
Sending *many* http requests with Rust 57 messages
Beginner Help
simple rust macro can't accept comma 44 messages
Beginner Help Compiler Error
Can you create a mutable static singleton using the newly stabalized OnceCell or OnceLock? 4 messages
Beginner Question