chromaterm 0.1.1

Yet another crate for terminal colors.
Documentation
1
2
3
//! Re-exports the traits required to "magically" add the colorization and styling
//! methods to strings.
pub use crate::{Colorize, DisplayWithExact, DisplayWithFallback, Stylize};