rust-help-forum

11663 threads · Page 42 of 234

[Suggestion] I want to learn about the concurrency aspects of rust (Sync, send, threads, mpsc...) 10 messages
Help
Anno 2024, when to use parking_lot::Mutex and when to use std::sync::Mutex? 28 messages
Discussion Question
Need help implementing FromResidual trait to a custom enum Error 29 messages
Help
Table does not exist 20 messages
Beginner Help
Need help parsing with the Winnow crate 16 messages
Help Compiler Error
Axum uses colossal amount of ram when paired with reqwest. 3 messages
Help
Right way to handle Tcpstream references in a loop 9 messages
Code Review Request Beginner Help
[Clarification] Raw Pointers 44 messages
Question
.map() equivlent with no return type? 47 messages
Question
Closures 19 messages
Beginner
Running code on main thread within another thread 15 messages
Beginner Question
How to drop recursive structure 34 messages
Help Question
Anyone worked with Rust backend with Diesel ORM 2 messages
Help
Can't get over launch.json error in vs code( no google solutions found) 35 messages
Beginner Help
Weird behaviour stack overflow in deep recursion 32 messages
Help Question
rust-analyzer path too long with a git dependency 16 messages
Help Tooling Help Beginner
Rust Atomic Semantics 4 messages
Question
Conditionally return structs with different generic types 6 messages
Code Review Request Help
Help nested match statements 31 messages
Code Review Request Beginner
Need help 57 messages
Help Beginner Tooling Help
advent of code 2015 day 4 md5 hash 15 messages
Code Review Request Beginner Help
CLI App to Web App 22 messages
Beginner Help Question
How to write to a file in linux which requires sudo privileges 38 messages
Discussion Help Question
Error on doc build when publishing library 50 messages
Help Compiler Error
.map() with walkdir not working as intended 26 messages
Help
match statement 16 messages
Beginner
Is there a thread safe BTreeSet solution? 2 messages
Beginner Help Question
What does `...` mean in a type in a diagnostic 6 messages
Help Question
Avoiding nesting code 7 messages
Code Review Request
Can't Get Rodio To work [SOLVED] 10 messages
Code Review Request Beginner Help
Help in Error handling 6 messages
Question
Doc-tests fail because of #[auto_enum] macro and I don't even have any doc 10 messages
Beginner Compiler Error
Lifetime help - calling a closure/fn with a reference to owned type 9 messages
Help Compiler Error
Need help with Struct that has owned string and Vec with slices from that string 12 messages
Beginner Help Question
How to calculate the mode of a set of data. 13 messages
Beginner Help
Memory leak/ub help 32 messages
Help
Guarantee a tokio::JoinHandle is awaited or aborted by end of function? 25 messages
Beginner Help Question
Combining axum and tonic for json + grpc 4 messages
Beginner Tooling Help Help
Borrow problem (E0499) 5 messages
Help
Handling interactive CLI apps in rust 11 messages
Help Question
How to make a struct with one field implement it's field's behavior? 34 messages
Beginner Help Question
Python re first lexer pass review 4 messages
Code Review Request
Deadlock with nested Locks 9 messages
Question
My syntax highlight for egui 25 messages
Code Review Request Help
Failure to parse manifest at ~/cargo.toml 19 messages
Beginner Help Compiler Error
Bevy, return mutable reference to Component from `get_mut` 35 messages
Help
How to convert Vec<Vec<T>> to &[[T]] 49 messages
Help Question
How to add feature flags to a dependency of a crate 3 messages
Help Question
How do I convince the compiler that a function argument will always be known at compile time? 11 messages
Beginner Help Question
Adding an `.await` inside an already-async fn somehow changes the fn's type 4 messages
Help Question