Available on crate feature
format only.Expand description
Formatting utilities.
Structsยง
- Fixed
BufStr - Fixed length string buffer.
- IoToFmt
- An io Write to fmt Write.
- MemBuf
Str - A structure which acts similar to a FixedBufStr but borrows from a buffer instead of owning a stack allocation.