[go: up one dir, main page]

colored 1.1.2

The most simple way to add colors in your terminal
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "colored"
description = "The most simple way to add colors in your terminal"
version = "1.1.2"
authors = ["Thomas Wickham <mackwic@gmail.com>"]
license = "MPL-2.0"
homepage = "https://github.com/mackwic/colored"
repository = "https://github.com/mackwic/colored"
readme = "README.md"
keywords = ["color", "string", "term", "ansi_term", "term-painter"]

[dependencies]
lazy_static = "0.1"

[dev_dependencies]
ansi_term = "0.7"