rust-help-forum
Implementation of the Divide and Conquer algorithm is slow
Code Review Request
[Solved] How can I `match` String errors here?
Beginner
Help
Compiler Error
macro argument type [solved]
Compiler Error
Question
Beginner
Is there a method to early return if I get a `None` from a method?
Help
Question
Discussion
Code Review Request
CFG attribute
Help
Question
Tooling Help
I think this documentation is wrong
Help
Question
How to fix string error move String?
Beginner
Help
Question
Mutably Referenced Vec
Help
Move out of slice
Help
Question
Compiler Error
An actor crate
Code Review Request
A conditional turn based battle system's turn manager code
Code Review Request
Beginner
Is using `clone()` the only fix here?
Help
Question
Discussion
Code Review Request
Compiler Error
Why I cannot dereference this Box?
Help
Question
Discussion
Code Review Request
Compiler Error
Missing static library in workspace
Help
Question
How can I use nested structs?
Help
Question
Discussion
Code Review Request
Borrowed Mutably in the previous iteration of the loop - &'a mut self
Help
What does this error means?
Help
Question
Discussion
Compiler Error
Lifetime Shenanigans
Help
How to deserialize pipe-separate file with pipes in the columns
Help
My first rust web application
Code Review Request
Beginner
Reading a String or &str as &[u8] (''14, 8, 4, 23'' to &[14,8,4,23])
Question
How do languages which call Rust libraries automate the build process?
Help
Question
Declarative Macros don't have a lot of examples please help me understand more
Help
Discussion
Question
How to bundle or ship a rust CLI tool?
Question
Discussion
Beginner
vscode extension
Tooling Help
Convert Generic Array into String
Question
Help
Beginner
How to create a lifetime bound for a trait implementation
Help
Implementing a struct that contains a concrete closure type
Question
async and non async callback
Question
Help
BTreeSet allows duplicates even though tests indicate that they are not duplicates
Help
Beginner
Code Review Request
How to specify that an item should only be 'compiled' for docs
Question
Validate function params equality at compile time?
Question
Help
Beginner
[CLion] Can not attach stdlib sources automatically without rustup
Tooling Help
Beginner
Help
[E0463] Can't find crate for 'core' | 'compiler_builtins'
Compiler Error
Tooling Help
Help
cleanup a match
Beginner
Help
Question
Managing generics
Help
Taking ownership of a generic value in an async_trait
Help
Question
Return an async function early after a certain amount of time
Help
Extract Error from dyn type?
Help
Openssl Dependency Error
Question
Beginner
mem swap A's in &[(T, A)]
Help
Question
Code Review Request
Optimized(Fastest?) way to handle gigantic vector?
Help
Question
Can this be less verbose?
Question
Why does this code not compile? (lifetime related)
Help
How to implement methods for structs in a different mod?
Help
Question
Discussion
Code Review Request
Mutable Vec in mutliple threads
Question
Discussion
Rustlings - exercises - vecs2.rs
Help
Beginner
Why does this snippet error
Beginner
Coredump signal
Help
read from file to buffer at offset in buffer?
Question
Help