use fancyer::colorize; #[test] fn format() { let msg = colorize("[blue|b]Hello [:u|red]world[:b]!".into()); println!("{}", msg); }