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