size_fmt
This library formats sizes in a human readable format.
The API and Implementation is inspired by dtolnay/itoa.
Features
- Supports no-std.
- No heap allocations.
- Does not go through
core::fmt::Formatter.
Example
This library formats sizes in a human readable format.
The API and Implementation is inspired by dtolnay/itoa.
core::fmt::Formatter.