aria2-core 0.2.2

High-performance download engine core: multi-protocol segmented downloads, rate limiting, config management, session persistence, and BitTorrent seeding
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub mod control_file;
pub mod disk_adaptor;
pub mod disk_cache;
pub mod disk_space;
pub mod disk_writer;
pub mod file_allocation;
pub mod file_lock;
pub mod mmap_disk_writer;
pub mod positioned_disk_writer;
pub mod resume_helper;

// BatchedDiskWriter sits in filesystem/ (not engine/) because it implements
// the SeekableDiskWriter trait and is a first-class disk writer strategy.
pub mod batched_disk_writer;