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