[][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 crate::client::Client;
pub use crate::client::ClientConfig;
pub use crate::error::Error;
pub use crate::torrent::Torrent;
pub use crate::torrentbuilder::TorrentBuilder;

Modules

client
error
torrent

The Torrent struct and related components.

torrentbuilder

Interface for creating a new torrent.

torrentinfo

Various structs containing Torrent information.

torrentstats

Contains the TorrentStats struct.