transmission-client

Crates.iotransmission-client
lib.rstransmission-client
version0.1.5
sourcesrc
created_at2021-04-10 20:06:44.540836
updated_at2024-04-07 13:51:46.157899
descriptionRust wrapper for Transmission rpc specs
homepagehttps://gitlab.gnome.org/haecker-felix/transmission-client
repositoryhttps://gitlab.gnome.org/haecker-felix/transmission-client
max_upload_size
id381782
size38,897
Felix Häcker (haecker-felix)

documentation

https://docs.rs/transmission-client

README

transmission-client

Rust wrapper for Transmission rpc specs.

This crate is primarily used by transmission-gobject and the GNOME app Fragments.

Implemented method names

Torrent

  • torrent-start
  • torrent-start-now
  • torrent-stop
  • torrent-verify
  • torrent-reannounce
  • torrent-set
  • torrent-get
  • torrent-add
  • torrent-remove
  • torrent-set-location
  • torrent-rename-path

Queue

  • queue-move-top
  • queue-move-up
  • queue-move-down
  • queue-move-bottom

Session

  • session-get
  • session-set
  • session-stats
  • session-close

Miscellaneous stuff

  • blocklist-update
  • port-test
  • session-close
  • free-space
  • group-set
  • group-get
Commit count: 0

cargo fmt