13 releases

0.1.15 Aug 24, 2024
0.1.14 Aug 17, 2024
0.1.12 Jun 16, 2024
0.1.8 Feb 19, 2024
0.1.4 Jan 30, 2024

#9 in #mark-down

Download history 9/week @ 2024-06-03 416/week @ 2024-06-10 72/week @ 2024-06-17 6/week @ 2024-06-24 29/week @ 2024-07-01 6/week @ 2024-07-08 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 33/week @ 2024-09-16

135 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

~9–22MB
~339K SLoC