Started work on actual decompression implementations

This commit is contained in:
Caleb J. Gardner
2026-03-29 03:36:43 -05:00
parent ad8222911f
commit 3093994ac1
15 changed files with 333 additions and 19 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
const std = @import("std");
const Error = error{
pub const Error = error{
OutOfMemory,
EndOfStream,
ReadFailed,