//! Download state and management.
//!
//! `DownloadJob` holds per-download progress/status.
//! `DownloadManager` owns the shared job list and spawns background tasks.
//!
//! This module handles downloading files from the RomM server, including resume
//! support and progress tracking.
pub use *;
pub use *;
pub use DownloadManager;
pub use *;
pub use prepare_download_target_destination;