1mod adapter; 2mod error; 3mod mapping; 4 5pub use adapter::{build, build_with_options, serve, AdapterOptions}; 6pub use error::AdapterError;