docs.rs failed to build iget-0.1.4
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: iget-0.1.17

iget

use aok::{Result, OK};

#[tokio::test]
async fn main() -> Result<()> {
  iget::down(
    "https://www.win-rar.com/fileadmin/winrar-versions/winrar/winrar-x64-624.exe",
    "down/test.zip",
  )
  .await?;
  OK
}