downloader-rs 0.3.2

a simple file downloader for rust
Documentation
downloader-rs-0.3.2 has been yanked.

downloader-rs

a simple file downloader for rust

Support Features

  • multithreading/chunk/resumable download
  • download in memory
  • thread count limit
  • md5/xxHash file verification
  • bandwidth limit
  • retry times after failure
  • incremental updates by using the fast CDC algorithm.

Welcome to submit pull requests.

Examples