Kiuh/verbose-octo-journey
Journey with zig to hell
A solid monorepo with little try to make something that
looks like bundle of interesting projects with modularized structure.
An root build.zig
it's utility to inspect what repo contains
and easy access to repo content.
Repository structure:
├── modules/ # libraries and utilities without executable options
├── programs/ # executables and helpers
├── projects/ # logically separated projects
├── ...
└── build.zig
Run
zig build --help
to see all available options.