Lighweight crate for coloring and animating texts on the terminal
cargo add coloredpp
use coloredpp::Colorize; fn main() { println!("{}", "hi".red()); }