iget

Crates.ioiget
lib.rsiget
version0.1.12
sourcesrc
created_at2024-01-30 13:00:32.450566
updated_at2024-06-16 07:08:43.779279
descriptioniget
homepagehttps://github.com/i18n-site/rust/tree/main/iget
repositoryhttps://github.com/i18n-site/rust.git
max_upload_size
id1120204
size7,564
(3tieto)

documentation

README

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
}
Commit count: 20

cargo fmt