No description
  • Zig 86.5%
  • Makefile 13.5%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-09-02 19:11:39 +03:00
src Yeah what I said in last commit 2026-09-02 19:11:39 +03:00
.gitignore Initial commit 2026-08-21 17:31:54 +00:00
LICENSE Initial commit 2026-08-21 17:31:54 +00:00
Makefile Added license 2026-08-21 21:57:29 +03:00
README.md rewrite to be nicer and actually work with ReleaseSmall 2026-08-21 21:50:50 +03:00

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.