ansi_rgb 0.2.0

Colorful console text using ANSI escape sequences
Documentation
[package]

name = "ansi_rgb"

version = "0.2.0"

authors = ["Matt Thomas <me@matthewathomas.com>"]

edition = "2018"

description = "Colorful console text using ANSI escape sequences"

license = "MIT"

categories = ["no-std", "command-line-interface"]

keywords = ["ansi", "color", "rgb", "no_std", "console"]

readme = "README.md"

repository = "https://github.com/rust-osdev/ansi_rgb"

homepage = "https://github.com/rust-osdev/ansi_rgb"

documentation = "https://docs.rs/ansi_rgb"



[badges]

maintenance = { status = "actively-developed" }



# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html



[dependencies]

rgb = "0.8"