pub macro format($($thing:expr),*) { ... }
Wrapper around the std::format macro, returning libspecr::String instead of std::string::String.
std::format
libspecr::String
std::string::String