coloredpp 0.2.0

Lighweight crate for coloring texts
Documentation

Colored++

Lighweight crate for coloring and animating texts on the terminal

installation

cargo add coloredpp

usage

use coloredpp::Colorize;

fn main() {
    println!("{}", "hi".red());
}