rust-help-forum
OS in rust?
Discussion
Help
Question
looks like the compiler is suggesting something that does not work
Question
Compiler Error
`tracing`
Code Review Request
Beginner
Question
Odd LLVM error returned from rustc
Question
Compiler Error
Linux disk CLI tool
Discussion
Beginner
Help
Script-ey or CLI-ey things that can still run when main project won't compile
Beginner
Discussion
Question
Sanity check on ioctl usage
Code Review Request
Help
Question regarding macros
Help
Question
Constraining type parameter in impl block only with an associated type?
Code Review Request
Question
Conditional compilation using both `target_feature` and `cfg`
Help
Question
Solved
Trying to buffer futures
Help
Clippy warning
Beginner
Help
Solved
Both moving and borrowing in async block
Question
Thread local Storage for Kernels
Discussion
Tooling Help
Help
Question
desktop entry from `cargo install`
Question
Defining a Trait with a Generic T that accepts a lifetime
Help
Question
Rust borrow checker problem?
Question
Compiler Error
Same MTU-exceeding packet on Wireshark, but different response from router
Help
Oauth2 example error
Beginner
Tooling Help
Return Box<dyn Iterator<Item=Self::Type>>
Help
Get caller information
Question
Solved
Installer-style releases
Question
Visitor pattern in rust .?? how to implement it
Beginner
Discussion
How do I use std::io::Path in Flutter Rust Bridge?
Help
Question
Compiler Error
Solved
Code review for a method that finds the most common number in a vector
Code Review Request
Beginner
Why is this trait impl conflicting?
Question
Help with Rust-Analyzer not expanding macros
Tooling Help
the trait `SizeOf` is not implemented for `OrderedFloat<f64>`
Solved
Beginner
Help
Question
Compiler Error
Weird indentation for chained methods?
Help
Tooling Help
Beginner
Question
Sanity checking unsafe that Miri doesn't like
Code Review Request
Need help with explicit lifetime
Beginner
Help
Compiler Error
Solved
Regex *_iter time complexity
Question
What is wrong with my TOTP implementation
Code Review Request
Help
meta-variable `variant` repeats 3 times, but `param_name` repeats 0 times
Help
Is this a bug on my side or with SDLGPU?
Help
Question
Solved
Rust book
Help
Question
Is there any good toml highlighting extension for VS Code
Tooling Help
Solved
Rust Analyzer crashes & freezes
Help
Embed twitch video player tauri
Beginner
Help
Question
hashmap and dyn trait
Beginner
Help
Question
[windows-rs] transmute_copy &T to ManuallyDrop<Option<T>>?
Beginner
Question
Looking for feedback on my object management crate
Code Review Request
Why don't you have to `.await` `tokio::sync::broadcast::Sender::send()`?
Discussion
Question
Solved
Borrow Misunderstanding, cannot borrow `*self` as mutable because it is also borrowed as immutable
Help
Compiler Error
Solved
Init Functions, Their Ordering, and Not Calling Out-of-context
Discussion
Help
Question
Question about collections of strings
Help
Question
Solved
Need help with a fixed-size vector to fixed-Size Array Conversion function
Beginner
Help
Compiler Error
Solved
How to create function with closure argument that returns generic Error?
Question
Compiler Error
How can I fix multiple mutable borrows of Self?
Beginner
Compiler Error
Solved
writing through reference to uninitialized memory in union not UB according to Miri
Discussion
Help
Question
Solved