API has 4 variants: sync/async * raw/typed

This commit is contained in:
2022-10-30 17:33:35 +01:00
parent 3002a19b1c
commit a144084ac2
13 changed files with 341 additions and 278 deletions
+3 -1
View File
@@ -1,6 +1,8 @@
#[macro_use] extern crate serde;
pub mod action;
pub mod api;
pub mod async_api;
pub use api::{Torrent, TorrentList, IntoTorrent};
pub mod config;
pub use config::Config;
pub mod cli;