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