1#![doc = include_str!("../README.md")] 2 3pub mod api; 4pub mod client; 5pub mod error; 6pub mod types;