colorify 0.1.0

Convenience macros for printing to the terminal in color.
Documentation

colorify!

Documentation

Handy macros for printing to the terminal in color.

Examples

printc!(yellow: "Number of banana peels on head: {}", slick_hat_height);
printlnc!(orange: "Number of baggies filled while walking dogs: {}", bag_count);
writeln!(fmtr, colorify!(red: "Number of zombies killed: {}"), zombie_kills);