Skip to content

bcrist/Zig-fmtHelper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

56b6c99 · Feb 14, 2025

History

4 Commits
May 13, 2024
Jun 8, 2024
Jun 8, 2024
Feb 14, 2025
Feb 14, 2025
Feb 14, 2025
May 13, 2024

Repository files navigation

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.