Crate hel_colored
source ·Expand description
This crate provides a fast and easy way to color and style string using ANSI escape sequences Repo: https://github.com/Hellaeh/hel-colored
Structs§
- A struct that owns
T
, also holds ANSI styles and colors - A helper factory struct for an easy way to produce many
ANSIString
with same styles and colors - RGB tuple struct
Traits§
- A helper trait for [
ANSIString
] and [ANSIStringBuilder
] - A helper trait for [
ANSIString
] and [ANSIStringBuilder
]