cprintf 0.2.0

A tool to format with color and style
Documentation
1
2
3
4
5
6
#[macro_export]
macro_rules! vecs {
    ($($x:expr),*) => (vec![$($x.to_string()),*]);
}

pub(crate) use vecs;