rust-help-forum

11663 threads · Page 120 of 234

Implementing iterator for a structure having a vector of structures with a String field 5 messages
Beginner Help
How to concat 2 static str? 8 messages
Question
Installing crate breaks code 72 messages
Beginner Help
Variable Scope Question 5 messages
Beginner Question
Database to rust structs [DIESEL] 8 messages
Help Question
Need some help in importing structs/fn from lib.rs 3 messages
Help
Generic Error conversion trait 12 messages
Question
Multithreaded serial port problems 3 messages
Code Review Request Beginner Help
Builder patter returning Option containing self 4 messages
Code Review Request
R-A issue 3 messages
Tooling Help Help
Most common way to format panics 2 messages
Question
What are the criteria for a crate to go into std? 63 messages
Question
cannot borrow `runner_handler` as mutable more than once at a time 20 messages
Help
Command.output() is Ok, but stdout is empty 3 messages
Beginner Help
Easy way to do that in rust (atom ics) 25 messages
Beginner Help Question
`buffer` does not live long enough 12 messages
Beginner Help
Trying to compile for an armv7 linux machine from windows, getting errors. 2 messages
Help
How to flatten struct in hashmap with serde? 9 messages
Help
Generic Types and FnOnce() 2 messages
Help Question
Rust Trait Overloading 36 messages
Beginner Question
Asynchronous rss feeds 4 messages
Code Review Request Beginner Help
Sometimes getting a random crash/error. ("EOF while parsing a string") 14 messages
Beginner Help
How to specify type known in definition in function declaration? (Playground example!) 12 messages
Help Compiler Error
Rust has forgotten a feature flag?? 10 messages
Help
Providing correct lifetimes for mutable arguments passed to box futures 48 messages
Beginner Help Compiler Error
Owned to reference conversion for enum containing multiple possible trait objects 12 messages
Help Question
Iterating over a pair of elements 12 messages
Help
Questions about Rc usage 4 messages
Code Review Request Question
Skip deserializing if type is already satisfied serde 2 messages
Help Question
Best way to satisfy the borrow checker in my Game Boy emulator. 5 messages
Help
Subtyping, variance and type constraints 17 messages
Help Question
`?` doesn't propagate the error 16 messages
Beginner Help Question
native_tls / SSL issue 3 messages
Beginner Help
What's this error about? (mismatched types) 11 messages
Help Question
Alternative to global variable 3 messages
Beginner Help
Parallel mutable access to individual non-overlapping elements in a vector without mutex 13 messages
Question
Can I compile to WASM with a C++ dependency? 29 messages
Question
Weird lifetime issue when impl dyn trait 23 messages
Help Question Compiler Error
Too many Arc<Mutex<T>>'s? 5 messages
Question
cannot borrow `staking_canister.accounts` as mutable more than once at a time 11 messages
Beginner Help Compiler Error
`impl Trait` and `dyn Trait` 7 messages
Question
defining a light iterator-bounded trait to replace a collection type with a lighter collection 27 messages
Help Question
Implementing a trait on a dyn trait with other type parameters 5 messages
Help Question Compiler Error
Compiler cant prove a future is send, but it is..? 46 messages
Help
I can't stop WalkDir from descending into file recursively with ELSE IF statement 11 messages
Beginner Help Question
project stopped working after converting to workspace 14 messages
Beginner Help Question Compiler Error
Disable LTO for specific crate? 3 messages
Help Question
Implementing a trait for iterators of a specific type 10 messages
Help Question
if let and the borrow checker 23 messages
Help Question
Piping between processes 37 messages
Help