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