Skip to content

ilinchunjie/downloader-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

downloader-rs

a simple file downloader for rust

Support Features

  • multithreading/chunk/resumable download
  • thread count limit
  • xxHash file verification
  • download speed limit
  • retry times after request failure

Welcome to submit pull requests.

Examples