This crate provides a runtime version of
the colorize! macro from the fancy crate.
It can be used to dynamically create colored strings at runtime.
let msg = colorize;
println!;
This crate provides a runtime version of
the colorize! macro from the fancy crate.
It can be used to dynamically create colored strings at runtime.
let msg = colorize("[blue|b]Hello [:u|red]world[:b]!".into());
println!("{}", msg);