Macro smart_format

Source
macro_rules! smart_format {
    ($fmt:expr) => { ... };
    ($fmt:expr, $($arg:expr),*) => { ... };
}