rust-help-forum
await a future in `drop()`
Beginner
Question
Cramming types
Help
Question
Should I main rust or go?
Help
Question
Seedable Rngs
Help
Question
How to properly identify and fix memory leaks
Beginner
Help
#![cfg_attr(nightly, feature(unwind_attributes))], feature has been removed
Help
Question
Compiler Error
Does my `PartialEq<String>` implementation seem acceptable?
Help
Question
execve/execvp question: args not being applied to exec'd process
Beginner
Help
Question
How can I get around this circular `T:Component` `&T does not satisfy T:Component` loop?
Help
Question
SQLX Compilation error: no such table
Question
Compiler Error
Exercism: Simple Singly Linked List Implementation
Help
Simple polymorphism in Rust
Question
write to sqlite3 db with SQLX is not happening
Beginner
Tooling Help
Help
Question
Equivalent to @Setup/@BeforeAll in rust
Question
Convert Box<dyn Display> to http::StatusCode
Help
How to send and receive messages between different request handlers with route parameters in Rocket?
Beginner
Help
Question
How to fast stream live Command stdout/stderr output to another thread?
Help
Question
How to fast stream live Command stdout/stderr output to another thread?
Help
Question
Idiomatic way to convert between async traits (e.g. tokio::io::AsyncRead and futures::io::AsyncRead)
Beginner
Question
fn item unsatisfied trait bounds with hrtb
Help
Question
How do I make a process ran with `Command` dependent on the executing one?
Question
No terminator in entry block
Help
Can't read valid text file
Question
How do futures make progress concurrently?
Beginner
Help
Start external python script and read it live
Help
How to address a CVE in a dependency
Code Review Request
Tooling Help
Help
Question
Returning different implementations of a trait
Beginner
Question
Basic use of "audiopus"
Beginner
Help
REST API
Code Review Request
Beginner
How to test this function?
Beginner
Help
Question
Compiler Error
Dependency injection via Features
Code Review Request
Question
cannot borrow `*self` as immutable because it is also borrowed as mutable
Help
Document an auto-trait method
Help
Question
Test server socket
Help
Question
Something like `par_iter(..).try_map`?
Code Review Request
Question
Trying to create a lexer
Beginner
Help
Question
Why is this type, with a generic that has a default, still requiring a type annotation?
Discussion
Question
creating a rust cli
Help
the trait `std::ops::BitOr` is not implemented, but it is
Code Review Request
Okay to use empty struct here
Code Review Request
trying to clean up HTML useing kuchiki but it keeping panic
Help
Converting a byte array to a file
Help
Question
Simple constructor with RNG field
Code Review Request
Question
using Shadowing while assigning different type value in same variable name
Beginner
Discussion
solving unreadable warp compiling errors
Beginner
Help
Compiler Error
how to clone a `tokio::sync::oneshot::Sender` ?
Beginner
Help
SOLVED - How do I use trait helpers?
Help
Tips for getting started with windows-rs crate
Help
Question
Spawn program without uac rights
Help
How would I make this API multithreaded?
Code Review Request
Question