Crate mtorrent

Crate mtorrent 

Source
Expand description

Complete implementation of BitTorrent client functionality including torrent file handling, peer management, piece selection, data transfer, and integration with a Kademlia-based Distributed Hash Table (DHT).

Example usage:

Modulesยง

app
Application modules. These modules contain entry points and high-level logic for the BitTorrent client.
utils
Utility functions and types.