1
2
3
4
5
6
7
//!

pub mod client;
mod http;
pub mod structs;
mod internals;
pub mod result;