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