bcrist/Zig-fmtHelper
Some std.fmt helpers for Zig programs
Includes several std.fmt helpers, including:
fmtBytes
: automatically format large byte values in KB, MB, GB, TB, etc.fmtSI
: automatically format large of small values using SI unit prefixes.