The Zig Uncooked Terminal library.
To use this library simply put src/zut.zig in your src folder and include it like:
src/zut.zig
src
import zut = @import("zut.zig");
Right now it only supplies a zut.get_key() for retrieving single key presses.
zut.get_key()