hel-colored 0.6.2

ANSI string colorizer and styler
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
mod colors;
mod consts;
mod string;
mod styles;
mod utils;

pub(crate) use colors::*;
pub(crate) use styles::*;

pub use colors::Color;
pub use colors::Colored;
pub use string::ANSIString;
pub use styles::Styled;