1 2 3 4 5 6
#[allow(clippy::module_inception)] mod client; mod response; pub use self::client::Client; pub use self::response::Response;