[][src]Crate transmission

Ergonomic Rust bindings for the Transmission BitTorrent client based on transmission-sys.

Most interaction will be done through the Client struct.

Re-exports

pub use torrent::Torrent;

Modules

client
error

Module containing the various Error types used in the library.

torrent

Structs

Client

Interface into the major functions of Transmission including adding, and removing torrents.

ClientConfig

Configuration for the torrent client made using a builder pattern.

TorrentBuilder

Used to create a new torrent in a builder pattern.