term 0.2.7

A terminal formatting library
Documentation

term

A Rust library for terminfo parsing and terminal colors.

Build Status

Documentation

Usage

Add this to your Cargo.toml:

[dependencies]

term = "*"

and this to your crate root:

extern crate term;