No description
- Zig 86.5%
- Makefile 13.5%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| src | ||
| .gitignore | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
util.zig
Zig version: 0.16.0
This repository acts as a utility library for zig and also as a simple Makefile + util.zig template. I don't necessary like the zig build tooling so I want to do it this way.
Example usage of util.zig
You can find a small example on how to use the util.zig in src/main.zig
Expectations
This is not a complete replacement for printing functioning, but rather a quick way to bootstrap the most normal print stuff throgh stdout and stdin
Features
MeowIo
Is a small Io wrapper that initializes stdout and stdin with a simple syntax.
- Output gives you simple way to print.
- Input gives you a normal handle to stdin interface you can use to read from stdin.