15 releases

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

#110 in #site

Download history 2/week @ 2024-07-27 35/week @ 2024-08-03 34/week @ 2024-08-10 158/week @ 2024-08-17 187/week @ 2024-08-24 32/week @ 2024-08-31 11/week @ 2024-09-07 26/week @ 2024-09-14 28/week @ 2024-09-21 18/week @ 2024-09-28 4/week @ 2024-10-05 173/week @ 2024-10-12 35/week @ 2024-10-19 39/week @ 2024-10-26 142/week @ 2024-11-02 20/week @ 2024-11-09

245 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

~11–22MB
~304K SLoC