An open API service indexing awesome lists of open source software.

https://github.com/bcrist/zig-fmthelper

Some std.fmt helpers for Zig programs
https://github.com/bcrist/zig-fmthelper

formatting gigabytes kilobytes megabytes units utilities utility-library zig zig-library zig-package ziglang

Last synced: over 1 year ago
JSON representation

Some std.fmt helpers for Zig programs

Awesome Lists containing this project

README

          

# 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.