macro_rules! cyan { ($($arg:tt)*) => { ... }; }
Applies cyan color to the provided format string.
args
use term_ansi::*; println!("{}", cyan!("This is {} text", "cyan"));