1 2 3 4
pub mod input_reader; pub mod output_writer; pub use input_reader::{InputReader, InputReadable}; pub use output_writer::OutputWriter;