//! `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.
pub use DownloadConfig;
pub use DownloadOptimizer;