download_rs 0.2.0

a download lib
Documentation
1
2
3
4
#[cfg(feature = "sync_download")]
pub mod sync_download;
#[cfg(feature = "async_download")]
pub mod async_download;