A bit more messing around.

This commit is contained in:
Caleb Gardner
2025-05-13 10:24:17 -05:00
parent b4848de95d
commit 246d63d48a
5 changed files with 67 additions and 23 deletions
+9
View File
@@ -7,6 +7,15 @@ pub const SuperblockError = error{
InvalidVersion,
};
pub const CompressionType = enum(u16) {
gzip = 1,
lzma,
lzo,
xz,
lz4,
zstd,
};
pub const Superblock = packed struct {
magic: u32,
count: u32,