1#![allow(warnings)] 2 3pub mod config; 4 5pub use config::OutputConfig; 6 7#[cfg(test)] 8mod tests {}