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