8 releases

0.1.8 Feb 19, 2024
0.1.7 Feb 19, 2024
0.1.4 Jan 30, 2024

#2 in #aok

48 downloads per month
Used in 3 crates (via bgu)

Apache-2.0

22KB
459 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?;
  // dbg!(txt);

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

Dependencies

~9–27MB
~426K SLoC