transmission-sys

Crates.iotransmission-sys
lib.rstransmission-sys
version0.3.2
sourcesrc
created_at2018-12-24 16:40:50.331965
updated_at2019-03-03 04:01:30.140157
descriptionRust bindings for the Transmission bittorrent client.
homepage
repositoryhttps://gitlab.com/tornado-torrent/transmission-sys
max_upload_size
id103639
size7,745,958
Steven vanZyl (rushsteve1)

documentation

README

transmission-sys

Released API docs pipeline status

Rust bindings for Transmission made using Rust-Bindgen.

Created and maintained by the Tornado Project

Note this package only supports Linux at this time.

Support for MacOS and Windows is planned, but pull requests helping are greatly appreciated. Especially for MacOS because I do not have access to one.

Building

First make sure you have all the dependencies listed below then run

git submodule update --init --recursive

cargo build

Dependencies

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

cargo fmt