Crates.io | transmission |
lib.rs | transmission |
version | 0.3.1 |
source | src |
created_at | 2019-02-22 21:49:31.19095 |
updated_at | 2019-03-26 18:46:50.307534 |
description | A safe ergonomic wrapper for the Transmission BitTorrent library. |
homepage | |
repository | https://gitlab.com/tornado-torrent/transmission-rs |
max_upload_size | |
id | 116633 |
size | 78,702 |
Ergonomic Rust bindings for the Transmission BitTorrent client based on transmission-sys.
Created and maintained by the Tornado Project
Not intended to be used as a remote for the Transmission
daemon, but is a wrapper around libtransmission
. Though remote support
may be added in the future.
This library is based on transmission-sys
which has several external dependencies listed
below. Once those are installed you can build the library with the standard
cargo build