1
2
3
pub mod rest;

pub use rest::{Error as RestError, RawRestClient, RestClient};