Skip to content
View shanaiardor's full-sized avatar
🍉
🍉

Block or report shanaiardor

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
shanaiardor/README.md

Hi 👋, I'm shanaiardor

A passionate frontend developer from China

Languages and Tools:

git java linux python rust

Pinned Loading

  1. 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"
    5
    use std::cmp::min;