gazelle_api 0.6.0-alpha.4

Gazelle API Client
Documentation
pub use client::*;
pub use error::*;
pub use factory::*;
pub use options::*;
pub use rate::*;
pub use rate_limiter::*;
pub use schema::*;

mod client;
mod error;
mod factory;
mod get_torrent;
mod get_torrent_file;
mod get_torrent_group;
mod get_user;
mod options;
mod rate;
mod rate_limiter;
mod schema;
#[cfg(test)]
#[allow(clippy::unwrap_used)]
mod tests;
mod upload_torrent;