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