Skip to main content

Crate downloader_rs

Crate downloader_rs 

Source
Expand description

§downloader-rs

A high-performance, async file downloader library for Rust.

Features:

  • Chunked & range-based downloads
  • Global rate limiting (token-bucket)
  • In-memory download mode
  • File verification (xxHash)
  • Parallel download service with configurable concurrency

Modules§

download_configuration
download_operation
download_service
download_status
downloader
error
rate_limiter
verify