cformat!() { /* proc-macro */ }
Format text, colorfully.
See also format.
format
let favorite_thing = "teddy bears"; let message = cformat!("the {red}bogeymen{reset} will get your {favorite_thing:underline}");