#![forbid(unsafe_code)] pub use crate::terminal::Terminal; pub type Error = std::io::Error; pub type Result = std::result::Result;