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