brson / term

A Rust library for terminfo parsing and terminal colors.

Home Page:http://doc.rust-lang.org/term

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

term

A Rust library for terminfo parsing and terminal colors.

Build Status Build status

Documentation

Usage

Add this to your Cargo.toml:

[dependencies]

term = "*"

and this to your crate root:

extern crate term;

About

A Rust library for terminfo parsing and terminal colors.

http://doc.rust-lang.org/term

License:Apache License 2.0


Languages

Language:Rust 100.0%