rust-help-forum

11663 threads · Page 92 of 234

use of moved value: `grouping_processes`value used here after move 13 messages
Help
Returning a mock from a `mockall` expectation, and injecting it later. 6 messages
Question
Rust generics & associated types issue 22 messages
Beginner Help Question
Whats so bad about this crate (nightly crimes) 14 messages
Beginner Question
Feedback on writing 'idiomatic' rust 140 messages
Code Review Request Beginner Help
This part of my code is not working as intended? 19 messages
Code Review Request Help
Extract item from nested enum match 4 messages
Help Question
Best way to edit two elements from a slice in the same scope 4 messages
Beginner Help
Unconstrained types 9 messages
Help Question Compiler Error
am i just a dumbass or what 7 messages
Help Compiler Error
reqwest see cookies stored in jar 34 messages
Beginner Help
best html parser 5 messages
Question
Cargo run and compiled binary act different about printing color when is runned in PowerShell or CMD 36 messages
Help
Program wide translation 2 messages
Tooling Help Discussion Question
How to optimize this code and more readable with struct or enum? 7 messages
Code Review Request Beginner Help
Weird (imo nonsese) compiler error with complex generic/associate bounds ? 2 messages
Help Question Compiler Error
Arc<Mutex<Box<SomeStruct>>> to Arc<Mutex<Box<(dyn SomeTrait)>>>? 53 messages
Question
Rewriting function as member 5 messages
Help Compiler Error
How to create an instance inside a macro? 8 messages
Help Question
Help understanding a case of "self escapes the method body here" 57 messages
Beginner Help Compiler Error
Argon2 doesn't want to use parallelism? 15 messages
Help
[SOLVED] error: failed to run custom build command for `openssl-sys v0.9.95` 9 messages
Help Compiler Error
How to reduce nesting? 41 messages
Code Review Request Question
create a FromMyType trait and implement it or implement From<MyType> for SomeType? 68 messages
Discussion Question
Trailing semicolon rule not respected by rustfmt on macOS 4 messages
Tooling Help Question
Rustrover won`t start 3 messages
Help
get value out of Result<>, custom error. 11 messages
Beginner Help
how to import local files? 3 messages
Question
Help with 1D Noise 46 messages
Discussion Beginner Help Question
First borrow later used here 6 messages
Beginner Help Question Compiler Error
Help with once_cell 11 messages
Beginner Help Compiler Error
Trouble accessing method of type in `Arc` 8 messages
Help
need rust book chapter-wise projects/tasks 8 messages
Beginner
String manipulation in a text adventure 5 messages
Beginner Help
create new nalgebra matrix 3 messages
Beginner Help
Egui slider 4 messages
Help
enum conversion safety 59 messages
Help
Dynamic JIT compilation of Rust string at runtime without external commands like rustc 4 messages
Beginner Help Question
Box Messes Up Lifetimes 8 messages
Question Compiler Error
OS Agnostic Way To Run The Program In Background 40 messages
Help
Axum and returning an image 21 messages
Beginner Help
mutable references as arguments for generic functions 2 messages
Help
How To Disable Headers For CSV Serialization With Serde? 29 messages
Help
Tokio stops polling all futures after some time 7 messages
Help Question
Benchmarking a specific target using criterion 34 messages
Help Question
mut ref question 8 messages
Beginner Question
Is it possible to cfg guard an entire library? 5 messages
Help Question
trouble with synchronisation in a hashmap using rayon 11 messages
Help
How can I parse a `proc_macro2::Literal` string which contains a hashtag? 3 messages
Help
type mismatch even though 2 structures are same 2 messages
Beginner Help Question