Zig bindings to squashfuse (SquashFS reading library)

Hello everyone, I’d like to show off some bindings to squashfuse I’ve created.

I intend for them to be as close to Zig’s stdlib fs API as possible. For anyone interested in reading SquashFS files from Zig this is now another option! I’ve also created some tools to go along with it, mimicing the normal squashfuse tools.

Unfortunately, the FUSE tool cannot yet be built under MUSL libc due to this issue but the non-FUSE tools should work as intended

3 Likes