term A Rust library for terminfo parsing and terminal colors. Documentation Usage Add this to your Cargo.toml: [dependencies] term = "*" and this to your crate root: extern crate term;