simply_colored 0.1.2

The simplest crate in existence for terminal colors
Documentation
[lib]
name = "simply_colored"
path = "src/lib.rs"

[package]
authors = ["Nik Revenco <pm@nikrev.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-interface", "command-line-utilities", "development-tools", "value-formatting", "visualization"]
description = "The simplest crate in existence for terminal colors"
edition = "2015"
homepage = "https://github.com/nik-rev/simply-colored"
keywords = ["ansi", "terminal", "color", "no_std", "termcolor"]
license = "MIT OR Apache-2.0"
name = "simply_colored"
readme = "README.md"
repository = "https://github.com/nik-rev/simply-colored"
rust-version = "1.17"
version = "0.1.2"

[[test]]
name = "output"
path = "tests/output.rs"