1 #![warn(rust_2018_idioms)] 2 #![allow(dead_code)] 3 4 pub mod error; 5 6 pub use crate::error::Error; 7