Unsquashfs

This commit is contained in:
Caleb J. Gardner
2026-02-06 09:51:27 -06:00
parent f771ef7623
commit a0f3f45885
4 changed files with 71 additions and 3 deletions
+7
View File
@@ -0,0 +1,7 @@
# zig-squashfs
This is my experiments to learn Zig. Might amount to something. Might not.
## Current State
Kinda works as a library, but currently has known memory leaks. `unsquashfs` is missing a lot of features (and will probably never match the official unsquashfs). Extraction is stupidly slow and uses too many resources.