Macro std::fmt::format

macro format($fmt_str, $arg...) { ... }

Format a string into a StringBuf.

Example