···11# ZUT
22The Zig Uncooked Terminal library.
3344+## Usage
55+To use this library simply put `src/zut.zig` in your `src` folder and include it like:
66+```zig
77+import zut = @import("zut.zig");
88+```
99+1010+## What
411Right now it only supplies a `zut.get_key()` for retrieving single key presses.