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.
main.rs
use ;
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.
main.rs
use ;