Macro apputils::paintln

source ·
macro_rules! paintln {
    ($color:expr, $($arg:tt)*) => { ... };
}
Expand description

println! with Colors

Drop-in replacement for the println!-macro from std. This macro is just a wrapper around the paint!-macro with an added newline.