bucket_dl 0.1.1

A multithreaded downloader with the purpose of faster downloads by splitting it into several requests, rebuilding the data client-side.
Documentation
1
2
3
4
5

pub mod models;
pub mod delay;
pub mod bucket;
pub mod download_client;