format_all_args macro
Formats any number of arguments without heap allocation.
Additionally, the library provides macro optional_arg
which may be
required when programming macros with optional arguments.
When macro is used as an argument to format_all_args
,
additional parentheses must be used.
main.rs
use ;