1
2
3
4
pub mod buffer;
pub mod printer;

pub type Result<T> = std::result::Result<T, Box<dyn std::error::Error>>;