Macro libspecr::format

source ยท
pub macro format($($thing:expr),*) {
    ...
}
Expand description

Wrapper around the std::format macro returning libspecr::String instead of std::string::String.