Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 373 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 373 Bytes

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;