1pub mod buffer; 2pub mod printer; 3 4pub type Result<T> = std::result::Result<T, Box<dyn std::error::Error>>;