printer 0.8.1

Abstraction over terminal manipulation
Documentation
1
2
3
4
pub mod buffer;
pub mod printer;

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