manic 0.8.1

Fast and simple downloads
Documentation
1
2
3
4
5
6
7
8
9
10
mod chunk;
pub mod downloader;
mod multi;

#[doc(inline)]
pub use downloader::Downloader;
#[cfg(feature = "progress")]
pub use indicatif::ProgressStyle;
pub use multi::MultiDownloader;
pub use reqwest::blocking::Client;