Expand description
Basic types for building asynchronous Tokio-based BitTorrent clients.
Modules§
- data
- Utilities for managing data.
- input
- Processing of the initial input.
- pwp
- Fundamentals for the peer wire protocol. Example usage can be found here.
- trackers
- Implementation of the tracker protocol. Example usage can be found here.