Initial library structure, build system and packet implementation

This commit is contained in:
Gu://em_ 2026-06-09 19:29:01 +02:00
parent f02cd37a40
commit dad6a6819c
5 changed files with 381 additions and 0 deletions

7
.gitignore vendored Normal file
View file

@ -0,0 +1,7 @@
.zig-cache/
zig-out/
/release/
/debug/
/build/
/build-*/
/docgen_tmp/