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;