rust-help-forum
Correct way to make 2 simillar structs
Code Review Request
Solved
mpris_server seeking
Help
Solved
Lifetimes issues
Help
Compiler Error
Moving length of uncopyable vector
Help
Help make code working on wasm
Help
Strange situation with example code in Chapter 10.3: Lifetimes in the Rust book (from Brown.edu)
Beginner
Question
Callback in Struct
Help
Compiler Error
Help with implementing Routing and Async traits
Code Review Request
Beginner
Help
Question
Clarification on dropping values at end of scope
Code Review Request
Solved
`rust-analyzer`: `cargo check` "`clippy`" command breaks workspace
Tooling Help
Verifying pointers with FFI
Code Review Request
Help
Question
Mocking database for benchmarking
Help
Inlining methods for optimisation of recursive calls on singly linked list items
Discussion
Issue w/ Borrow Checker in Mutually Exclusive Branches
Code Review Request
Help
Compiler Error
how do you side-step circular dependencies not being allowed in cargo?
Code Review Request
Help
Question
Compiler Error
Most frequent colors in an image
Beginner
Help
Compiler Error
Solved
Capstone Brainstorm
Question
How do I learn Rust website development as a beginner?
Beginner
Question
How feasible is it to create Rust bindings for a CPP library like Luau Analyse
Help
Question
How to replace default panic hook to write to a NamedPipe?
Help
Question
Debugging Multithread programs
Code Review Request
Beginner
Help
Discussion
Question
Is this a compiler bug or something I didn't understand?
Question
Dyn Traits pattern problem
Question
Compiler Error
How to write a hopefully simple macro
Help
streaming real-time audio to web
Beginner
Question
Rust crate for linear algebra and matrix
Beginner
Discussion
Borrow checker and Write for &mut [u8]
Beginner
Help
Solved
Conditional Traits based on Const Generics.
Help
async_std replacement
Discussion
Help
Question
Opaque Type Confusion HRTB?
Help
looking for a crate to filter a list of String using logic operators like AND, OR, NOT
Tooling Help
Beginner
Help
Discussion
Question
Excluding expression from `dead_code` analysis.
Question
Value borrowed for longer than function call even though that lifetime isn't returned
Question
Solved
Figment join/merge prio
Beginner
Solved
Problem in custom thread implementation
Discussion
Beginner
Help
joque
Code Review Request
Beginner
Question
How to improve the following code (lifetime wise)
Code Review Request
How to properly sandbox a user provided async callback?
Question
Why does this code compiles
Code Review Request
Help
Question
Early code review for a BitSet library I'm working on
Code Review Request
Thread Safe Spatial Partitioning
Code Review Request
Beginner
combining c and rust
Beginner
Help
Question
Compiler Error
A small Doubt
Beginner
how do you optionally filter an iterator
Help
Question
Getting errors from `plist` library only when running `cargo install --path .`
Tooling Help
Help
Solved
GLFW Rust help
Help
Solved
How to avoid Arc<Mutex<T>> when sending closures to a single worker thread
Help
Question
Need help understanding this compiler error and possible solutions
Beginner
Discussion
Question
Compiler Error
I am trying to create a transparent window with the `windows` crate.
Help
Question
Lifetimes are kicking my ass (JoinSet w/channels in a tokio::select)
Beginner
Help