Skip to main content

Crate mtorrent_core

Crate mtorrent_core 

Source
Expand description

Basic types for building asynchronous Tokio-based BitTorrent clients.

Modulesยง

data
Utilities for managing data.
input
Processing of the initial input.
pe
Protocol Encryption implementation.
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.
utp
Micro Transport Protocol (uTP) stack.