iget

Crates.ioiget
lib.rsiget
version0.1.17
created_at2024-01-30 13:00:32.450566+00
updated_at2024-11-06 09:22:59.425772+00
descriptioniget
homepagehttps://github.com/i18n-site/rust/tree/main/iget
repositoryhttps://github.com/i18n-site/rust.git
max_upload_size
id1120204
size8,762
i18n.site (i18nsite)

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
}

About

This project is an open-source component of i18n.site ⋅ Internationalization Solution.

关于

本项目为 i18n.site ⋅ 国际化解决方案 的开源组件。

Commit count: 68

cargo fmt