cformat

Macro cformat 

Source
cformat!() { /* proc-macro */ }
Expand description

Format text, colorfully.

See also format.

let favorite_thing = "teddy bears";
let message = cformat!("the {red}bogeymen{reset} will get your {favorite_thing:underline}");