ansi_term 0.3.0

Library for ANSI terminal colours and styles (bold, underline)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]

name = "ansi_term"
description = "Library for ANSI terminal colours and styles (bold, underline)"

authors = [ "ogham@bsago.me" ]
documentation = "http://www.rust-ci.org/ogham/rust-ansi-term/doc/ansi_term/"
license = "MIT"
readme = "README.md"
version = "0.3.0"

[lib]

name = "ansi_term"
doctest = false