Crate webtorrent

Crate webtorrent 

Source
Expand description

webtorrent-rs. MIT License. WebTorrent Rust Port

Re-exports§

pub use bencode_parser::parse_bencode;
pub use bencode_parser::BencodeValue;
pub use magnet::MagnetUri;
pub use throttling::ThrottleGroup;
pub use extensions::UtMetadata;
pub use extensions::UtPex;
pub use extensions::ExtensionProtocol;
pub use client::WebTorrent;
pub use client::WebTorrentOptions;
pub use client::TorrentId;
pub use torrent::Torrent;
pub use error::WebTorrentError;
pub use error::Result;
pub use selections::Selections;
pub use selections::Selection;
pub use rarity_map::RarityMap;
pub use piece::Piece;
pub use file::File;
pub use store::ChunkStore;
pub use store::MemoryChunkStore;
pub use protocol::Handshake;
pub use protocol::MessageType;
pub use torrent_creator::TorrentCreator;
pub use nat::NatTraversal;

Modules§

bencode_parser
client
conn_pool
dht
discovery
error
extensions
file
magnet
nat
peer
piece
protocol
rarity_map
selections
server
store
throttling
torrent
torrent_creator
tracker
wire

Constants§

VERSION