transmission

Crates.iotransmission
lib.rstransmission
version0.3.1
sourcesrc
created_at2019-02-22 21:49:31.19095
updated_at2019-03-26 18:46:50.307534
descriptionA safe ergonomic wrapper for the Transmission BitTorrent library.
homepage
repositoryhttps://gitlab.com/tornado-torrent/transmission-rs
max_upload_size
id116633
size78,702
Steven vanZyl (rushsteve1)

documentation

README

transmission-rs

Released API docs pipeline status coverage report

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.

Building

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

Dependencies

  • gcc (or Clang)
  • cmake
  • libclang-devel
  • libopenssl-devel
  • libcurl-devel
  • libevent-devel
Commit count: 0

cargo fmt