owo-colors 2.0.0

Zero-allocation terminal colors that'll make people go owo
Documentation
[[example]]
name = "is_tty"
required-features = ["tty"]
[dependencies.atty]
optional = true
version = "0.2"

[features]
custom = []
tty = ["atty"]

[package]
authors = ["jam1garner <8260240+jam1garner@users.noreply.github.com>"]
description = "Zero-allocation terminal colors that'll make people go owo"
documentation = "https://docs.rs/owo-colors"
edition = "2018"
keywords = ["cli", "color", "no-std", "terminal", "ansi_term"]
license = "MIT"
name = "owo-colors"
readme = "README.md"
repository = "https://github.com/jam1garner/owo-colors"
version = "2.0.0"
[package.metadata.docs.rs]
all-features = true