Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 16 days 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.