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
pub mod bencode;
pub mod encoding;
pub mod format;
pub mod hash;
pub mod perf_monitor;
pub mod random;
pub mod speed_smooth;
pub mod time;
pub mod zero_copy;