Skip to main content

Crate dw_rs

Crate dw_rs 

Source
Expand description

dw — a parallel download accelerator.

The crate is exposed as a library so that both the dw binary and the benchmark harness (benches/throughput.rs) can drive the exact same download engine without shelling out.

Re-exports§

pub use config::DownloadConfig;
pub use downloader::DownloadOptimizer;

Modules§

config
downloader
utils