make_colors 1.0.2

A simple, powerful and cross-platform Rust library for adding colors to your terminal output with support for hex colors, RGB, and rich markup
Documentation
[dependencies]

[dev-dependencies]

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

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

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

[package]
authors = ["Hadi Cahyadi <cumulus13@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-interface", "development-tools"]
description = "A simple, powerful and cross-platform Rust library for adding colors to your terminal output with support for hex colors, RGB, and rich markup"
documentation = "https://docs.rs/make_colors"
edition = "2021"
homepage = "https://github.com/cumulus13/make_colors_rust"
keywords = ["colors", "terminal", "ansi", "formatting", "truecolor"]
license = "MIT"
name = "make_colors"
readme = "README.md"
repository = "https://github.com/cumulus13/make_colors_rust"
version = "1.0.2"