Utilities for formatting and printing Strings. This module contains the runtime support for the format! syntax extension. This macro is implemented in the compiler to emit calls to this module in order to format arguments at runtime into strings. Usage The format! macro is intended to be familiar to those coming from C’s printf/fprintf functions or Python’s str.format function. Some examples of th