Macro apputils::paint

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

print! with Colors

Drop-in replacement for the print!-macro from std.