Skip to main content

fmts

Macro fmts 

Source
macro_rules! fmts {
    ($($tt:tt)*) => { ... };
}
Expand description

Formats arguments to a Str, potentially without allocating.

See std::format! or format_args! for syntax documentation.