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§

ANSIString
A struct that owns T, also holds ANSI styles and colors
ANSIStringBuilder
A helper factory struct for an easy way to produce many ANSIString with same styles and colors
Color
RGB tuple struct

Traits§

Colored
A helper trait for [ANSIString] and [ANSIStringBuilder]
Styled
A helper trait for [ANSIString] and [ANSIStringBuilder]