Module fmt
Expand description
Allocation-aware formatting helpers.
Structs§
- Display
Fn - Deferred formatting value created by
display_fn.
Functions§
- display_
fn - Build a deferred
Displayvalue from a formatting closure. - format_
with_ capacity - Format
argsinto a new string with the requested initialcapacity. - try_
format_ into - Clear
output, try to formatargsinto it, and return the resulting string.