Crate multhreadown

Crate multhreadown 

Source
Expand description

Multhreadown - A multi-threaded download manager with resume capability

This crate provides functionality for downloading files using multiple threads with support for pause, resume, and rate limiting.

Re-exports§

pub use cache::CacheManager;
pub use cache::DownloadCache;
pub use config::Config;
pub use downloader::download_all_files;
pub use error::DownloadError;
pub use events::DefaultEventHandler;
pub use events::DownloadEventHandler;
pub use progress::GlobalProgress;
pub use stats::DownloadStats;

Modules§

cache
cli
config
downloader
error
events
progress
stats
utils