torbox-core-rs 0.1.0

Rust SDK Core for the torbox API
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod api;
pub mod body;
pub mod client;
pub mod data;
pub mod enums;
pub mod error;
pub mod network;
mod tests;
pub mod traits;

//todo: divide each category (torrent, ddl, general, etc...) with feature flags to be able to disable default features and keep only necessary types.