1
0
Fork
You've already forked mr_structopt
2
Argument parsing for Zig.
  • Zig 100%
2026年04月14日 23:41:03 -07:00
src Updates for latest Zig 2026年03月17日 23:41:01 -07:00
.gitignore Initial commit 2024年07月09日 03:30:26 -07:00
build.zig Adds test of juicy main APIs, removes parseOrDefaults which wasn't compiling anyway 2026年01月13日 17:13:50 -08:00
build.zig.zon Updates to Zig 0.16.0 2026年04月14日 23:41:03 -07:00
LICENSE Initial commit 2024年07月09日 03:30:26 -07:00
README.md Updates to Zig 0.16.0 2026年04月14日 23:41:03 -07:00

mr_structopt

This is the argument parser I use in my engine and various supporting tools.

Zig Version

See build.zig.zon for the current Zig version. For support for specific Zig versions, see releases.