torbox-rs 0.1.0

Rust SDK for the Torbox API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
pub use torbox_core_rs;
pub use torbox_ddl_rs;
pub use torbox_torrent_rs;
pub use torbox_user_rs;
pub use torbox_general_rs;
pub use torbox_notifications_rs;


#[doc(inline)]
pub use torbox_core_rs::client::TorboxClient;
#[doc(inline)]
pub use torbox_torrent_rs::TorrentApi;
#[doc(inline)]
pub use torbox_general_rs::GeneralApi;
#[doc(inline)]
pub use torbox_user_rs::UserApi;
#[doc(inline)]
pub use torbox_notifications_rs::NotificationApi;