transmission-sys-0.3.2 doesn't have any documentation.
Rust bindings for Transmission made using Rust-Bindgen.
Bindings are generated with Rust-Bindgen which means there are a number of quirks.
- Enums are a constants in the form of
enum_name_ENUM_FIELD - Functions are named the same as the C code and don't follow Rust naming schemes.
- Uses C strings. See
CStrin the Rust standard library.