torrent-core 0.1.6

Low-level core abstractions for the BitTorrent protocol — bencode, metainfo parsing, peer wire protocol types, DHT/Kademlia, piece management, and storage traits. Zero async dependencies.
Documentation
1
2
3
4
/// Test vectors directory marker.
///
/// Allows tests to reference test data files via their relative path
/// alongside `include_bytes!`.