rust-help-forum

11663 threads · Page 153 of 234

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