1 2 3 4 5 6 7 8 9 10 11
This function adds color to anything that isn't implemented # Examples ```rust use colorized::*; fn main() { let this: String = colorize_this("wowzers", Colors::BrightBlackBg); } ```