pub mod bittorrent; pub mod core; pub mod errors; pub mod qbit; pub mod rqbit; pub mod utils; pub use errors::DownloaderError; pub use qbit::{ QBittorrentDownloader, QBittorrentDownloaderCreation, QbitTorrent, QbitTorrentContent, QbitTorrentFile, QbitTorrentFilter, QbitTorrentSource, };