torbox-rs 0.0.1-alpha.4

Rust SDK for the Torbox API
Documentation
1
2
3
4
5
6
7
8
9
10
pub use torbox_core_rs;
pub use torbox_ddl_rs;
pub use torbox_torrent_rs;

#[doc(inline)]
pub use torbox_core_rs::client::TorboxClient;
#[doc(inline)]
pub use torbox_torrent_rs::TorrentApi;
#[doc(inline)]
pub use torbox_torrent_rs::*;