#![warn(rust_2018_idioms)] #![allow(dead_code)] pub mod error; pub use crate::error::Error;