downloader-rs 0.5.6

a simple file downloader for rust
Documentation
<div>
  <!-- Crates version -->
  <a href="https://crates.io/crates/downloader-rs">
    <img src="https://shields.io/crates/v/downloader-rs" alt="Crates.io version" />
  </a>
  <!-- Downloads -->
  <a href="https://crates.io/crates/downloader-rs">
    <img src="https://shields.io/crates/d/downloader-rs" alt="Download" />
  </a>
  <!-- License -->
  <a href="https://github.com/ilinchunjie/downloader-rs/blob/main/LICENSE">
    <img src="https://shields.io/crates/l/downloader-rs" alt="LICENSE" />
  </a>
</div>

<div>
  <h4>
    <a href="https://github.com/ilinchunjie/downloader-rs/blob/main/download-examples"> Examples </a>
  </h4>
</div>

# downloader-rs
a simple file downloader for rust

# Support Features
- [x] multithreading/chunk/resumable download
- [x] thread count limit
- [x] xxHash file verification
- [x] download speed limit
- [x] retry times after request failure

# Welcome to submit pull requests.

# Examples
![][download_gif]


[download_gif]: https://github.com/ilinchunjie/downloader-rs/blob/main/res/download.gif