Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 218 Bytes

readme.md

File metadata and controls

6 lines (4 loc) · 218 Bytes

Zig-fmtHelper

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.