15 releases

new 0.1.17 Nov 6, 2024
0.1.16 Oct 15, 2024
0.1.15 Aug 24, 2024
0.1.12 Jun 16, 2024
0.1.4 Jan 30, 2024

#103 in #site

Download history 59/week @ 2024-07-15 2/week @ 2024-07-22 56/week @ 2024-08-05 141/week @ 2024-08-12 194/week @ 2024-08-19 35/week @ 2024-08-26 21/week @ 2024-09-02 14/week @ 2024-09-09 25/week @ 2024-09-16 29/week @ 2024-09-23 16/week @ 2024-09-30 2/week @ 2024-10-07 187/week @ 2024-10-14 36/week @ 2024-10-21 28/week @ 2024-10-28

254 downloads per month
Used in 5 crates (via bgu)

MulanPSL-2.0

34KB
627 lines

iget

use aok::{Result, OK};

#[tokio::test]
async fn main() -> Result<()> {
  // let github = iget::Site::new(true, "https://github.com/i18n-site/bin/releases/download/");

  // let txt = github.txt("_/v").await?;

  let bar = iget::Site::new("https://www.win-rar.com/")
    .down(
      "fileadmin/winrar-versions/winrar/winrar-x64-624.exe",
      "down/test.zip",
    )
    .await?;
  bar.show().await?;
  OK
}

About

This project is an open-source component of i18n.site ⋅ Internationalization Solution.

关于

本项目为 i18n.site ⋅ 国际化解决方案 的开源组件。

Dependencies

~10–22MB
~299K SLoC