stylic 0.3.0

A simple, fast library for styling text with ANSI escape codes
Documentation
[dependencies]

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

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

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

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

[package]
authors = ["Samuel McGowan"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-interface", "no-std", "no-std::no-alloc"]
description = "A simple, fast library for styling text with ANSI escape codes"
edition = "2024"
keywords = ["ansi", "color", "styling", "terminal", "terminal-colors"]
license = "MPL-2.0"
name = "stylic"
readme = "README.md"
repository = "https://github.com/SamuelMcGowan/stylic"
version = "0.3.0"