mod client; mod error; mod model; pub use client::RestAdapter; pub use error::RestAdapterError; pub use model::{RestRequest, RestResponse};