hightorrent_api 0.2.2

Highlevel torrent API client, supporting Bittorrent v1, v2 and hybrid torrents
Documentation
1
2
3
4
5
mod api;
pub use api::QBittorrentClient;

mod torrent;
pub use torrent::{QBittorrentTorrent, QBittorrentTorrentContent, QBittorrentTracker};