1 2 3 4 5 6 7 8
#[doc(inline)] pub use error::{Error, Result}; #[doc(inline)] pub use client::Client; mod client; mod error;