Module format

Source
Available on crate feature format only.
Expand description

Formatting utilities.

Structsยง

FixedBufStr
Fixed length string buffer.
IoToFmt
An io Write to fmt Write.
MemBufStr
A structure which acts similar to a FixedBufStr but borrows from a buffer instead of owning a stack allocation.