[−][src]Macro bunt::println
Writes formatted data with newline to stdout (with ColorChoice::Auto).
Like print!, but adds a newline (\n) at the end.
bunt::println!("{$cyan}foo {[bold]} bar{/$}", true);
See crate-level docs for more information.