rualdi 0.2.3

Rust Aliasing Directory
1
2
3
4
5
6
7
/// Colored type (alias, env) expansion for printing to stdout/stderr
#[macro_export]
macro_rules! ctype_exp {
    ($a:expr) => {
        $a.to_string().green().bold()
    };
}