rust-help-forum

11663 threads · Page 204 of 234

Why is this not true and how can I make it true? 10 messages
Help Question Beginner
Rust integration tests with subfolders 29 messages
Question Help Tooling Help
Why does async-std start up new processes for file IO? 8 messages
Question Discussion
Unzip as an iterator 10 messages
Question
Problem after building with Docker 2 messages
Help Beginner
From or Into trait? 30 messages
Beginner Question Help
How to check that there is nothing left to read from `serde_json from_reader`? 38 messages
Question Help
Enum feature help 248 messages
Help Question
Double quotes in string 64 messages
Help
Can't call code compiled via the cc-rs crate (solved) 3 messages
Beginner Help
(async) Is there any way to use `for` in an UnwindSafe manner? 4 messages
Question
How do I request a bigger stack for my program? 4 messages
Question
Help with understanding Tokio and spawn_blocking 4 messages
Help Question Beginner
How to make a generic struct? 4 messages
Help Question
Why does a semicolon make or break my code? 62 messages
Question Compiler Error
Is there a less verbose way to write this generic function? 6 messages
Help
Redis PubSub read and subscribe at the same time 20 messages
Help Question
curl-sys with rustls causes SSL peer certificate was not ok 44 messages
Help
Serde deserializing a vec of items tagged by external field 3 messages
Question
Help with reqwest for downloading large files 3 messages
Help
Adding repository to published crate 4 messages
Beginner Question
Access field of struct that is being used as a generic parameter? 58 messages
Help
rsa-with-sha256? 3 messages
Question
Safe way to change marker trait with &mut 4 messages
Question
How do you seek with stdin().read()? 17 messages
Question
What is the easiest way to call a javascript project from rust? 3 messages
Question
std process command opens a terminal for a split second, how do I disable this? 4 messages
Help
16GB vs 32GB compile times - is there much of a difference? 10 messages
Discussion
Workspace spanning x86_64-unknown-linux-gnu and wasm32-unknown-unknown causes recompilation 2 messages
Help
What is the best linker on windows for msvc toolchain ? 23 messages
Question Discussion
Console opening when I open a file with my rust app 16 messages
Help
Help me uncurse this bit of cursed rust code 78 messages
Code Review Request
Rocket framework FromRequest help 9 messages
Help Question
Deserializing timestamps into rust datetimes 6 messages
Help
tracing log messages formatting, best practices? 2 messages
Question Discussion
Convert &[u8] to [u8; 2] 12 messages
Help
Optimal iterator use with converting indexes 14 messages
Help Question Discussion
Why is this a move 18 messages
Question
Send + Sync + 'static *100 7 messages
Question
Async Map 19 messages
Question
How do you extract the bytes from a QR code? 9 messages
Help Question
Incorrect trait being chosen from two methods with same name 16 messages
Help
Rust seems to be using the wrong Extend trait? 28 messages
Compiler Error Help
code compiles on my friend's pc but not at mine! 19 messages
Help
Good books for learning Rust? 16 messages
Question Beginner
FFI - Delete object and clear pointer to it? 18 messages
Code Review Request
the trait bound `f64 Fromu64` is not satisfied 28 messages
Help
Tree of objects with references to the objects 15 messages
Question
[Isahc] Getting both decoded text and raw bytes from Response 3 messages
Help
Is generic the right tool to use on functions with different function bodies? 17 messages
Question