-
🌱 I’m currently learning Rust etc.
-
📫 How to reach me [email protected]
Pinned Loading
-
Download large files in rust with pr...
Download large files in rust with progress bar using reqwest, future_util and indicatif 1// you need this in your cargo.toml
2// reqwest = { version = "0.11.3", features = ["stream"] }
3// futures-util = "0.3.14"
4// indicatif = "0.15.0"
5use std::cmp::min;
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.