rust-help-forum

11663 threads · Page 189 of 234

getting enum variants where each enum variant has the same type 15 messages
Question Help
Calling Rust from Python 10 messages
Help Beginner Question
terminal countdown timer that runs in background, freeing terminal 21 messages
Help
returning hard coded json actix web 28 messages
Help
Forcing cargo to use TLS1.3 15 messages
Tooling Help Help
`MaybeUninit` buf to Vec 6 messages
Help
What is the conventional way to connect to a sql-database in rust? 3 messages
Help Question Discussion
Compilation error that type A is more general than itself 21 messages
Compiler Error Question Help
Is it possible to access multiple HashMap entries in the same struct without resorting to Arc? 36 messages
Help Compiler Error Beginner
Sharing code between impls 22 messages
Help Question
how to map values between structs? 12 messages
Help Question Beginner
[Solved] Questions about Extending Python with Rust (CFFI | PyBind11 and problem with cbindgen) 14 messages
Question Tooling Help Beginner
How can I flatten a Vec of u64 into u64? 22 messages
Beginner
How to get enum name 15 messages
Help
How can I convert an char into an u8 integer? 17 messages
Help Question
async Compression? 2 messages
Question
generate structs with diesel 7 messages
Question Help
Runoff Election 3 messages
Code Review Request
How to set `fingerprint=trace`? 8 messages
Help Tooling Help Beginner
Lifetime mismatch when iterating over mutable references 32 messages
Question
Mocking or intercepting libc calls in tests 2 messages
Question Help
referencing objects in a hashmap 32 messages
Help Question Beginner
Looking for a c parser 13 messages
Question
how to extract what inside Rc 2 messages
Help
Splitting Large Main Class into Multiple Files 21 messages
Help Question Code Review Request
Thread Race Condition 31 messages
Question
Scraper + PDF + CSV to mass download CSV files from an RSS feed 3 messages
Help Beginner
Hanoi Solver 3 messages
Help
What's the functional approach to replace this match block? 3 messages
Help Question Code Review Request Discussion
best way to read individual typed values from a file 38 messages
Question
With the `bitvec` crate, how can I repeatedly `.split_at_mut` a `BitSlice`? 37 messages
Question
Closure taking ownership of passed parameters 34 messages
Help Question
Question about impl-ing for generics 8 messages
Question
Putting vector into an array 4 messages
Help Question
Inheritance 22 messages
Question Help
In-file db for rust 4 messages
Discussion Question
Converting an AST into code 3 messages
Discussion
What is the best value to return from this method? 16 messages
Help Question Discussion Code Review Request Compiler Error
How can I declare this struct which has an Optional error field? 20 messages
Help Question Discussion Code Review Request Compiler Error
Can't Supply Named Lifetime due to Trait Bounds 5 messages
Help
C++ struct reading with bytemuck 11 messages
Question Help
Expand `use` via cargo action 2 messages
Question
Rust-analyzer performing checks only on save 2 messages
Help Tooling Help Beginner
Specify trait for enums only? 4 messages
Help Question
Quick code review request! actix web API 2 messages
Code Review Request
Compiler Error on an Exercism exercise. 6 messages
Help Question Compiler Error Beginner
I have difficulties understanding rust docs. 44 messages
Help Question
Why these errors are not automagically converted to my custom error even if they are implementing bo 30 messages
Help Question Discussion Code Review Request Compiler Error
Returning `Err` from `Option.get_or_insert_with` 31 messages
Question
use struct fields in trait default implementation? 10 messages
Question