Crate colorized

Source

Enums§

Colors
This enum makes it easy to access all of the colors and color values.

Traits§

Color
This allows Strings and &str to have color with .color(COLOR_ENUM)

Functions§

colorize_print
This is a funcition that prints a full colored sentence without a new line charactor
colorize_println
This is a funcition that prints a full colored sentence with a new line charactor
colorize_this
This function adds color to anything that isn’t implemented