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

#120 in #site

Download history 29/week @ 2024-08-29 18/week @ 2024-09-05 26/week @ 2024-09-12 23/week @ 2024-09-19 21/week @ 2024-09-26 9/week @ 2024-10-03 156/week @ 2024-10-10 41/week @ 2024-10-17 42/week @ 2024-10-24 105/week @ 2024-10-31 62/week @ 2024-11-07 10/week @ 2024-11-14 12/week @ 2024-11-21 8/week @ 2024-11-28 24/week @ 2024-12-05 21/week @ 2024-12-12

68 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

~12–23MB
~328K SLoC