rust-help-forum

11663 threads · Page 185 of 234

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