Finished (?) decompression restructuring

This commit is contained in:
Caleb J. Gardner
2026-03-26 06:40:17 -05:00
parent 8e4661c4c6
commit a1b9828578
4 changed files with 43 additions and 18 deletions
+3
View File
@@ -6,6 +6,9 @@ pub const Error = error{
OutOfMemory,
BadInput,
OutputTooSmall,
ReadFailed,
WriteFailed,
EndOfStream,
};
vtable: *const struct {