colored_text 0.3.0

A simple library for adding colors and styles to terminal text
Documentation
[dependencies]

[dev-dependencies.rstest]
version = "0.24.0"

[[example]]
name = "basic"
path = "examples/basic.rs"

[lib]
name = "colored_text"
path = "src/lib.rs"

[package]
authors = ["Grant Ramsay <seapagan@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "text-processing"]
description = "A simple library for adding colors and styles to terminal text"
edition = "2021"
keywords = ["color", "terminal", "ansi", "text", "formatting"]
license = "MIT"
name = "colored_text"
readme = "README.md"
repository = "https://github.com/seapagan/colored_text"
version = "0.3.0"