1pub mod api;
2pub mod body;
3pub mod client;
4pub mod data;
5pub mod error;
6pub mod network;
7mod tests;
8pub mod traits;
910//todo: divide each category (torrent, ddl, general, etc...) with feature flags to be able to disable default features and keep only necessary types.