A bit more messing around.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
const std = @import("std");
|
||||
|
||||
const MetadataHeader = packed struct {
|
||||
compressed: bool,
|
||||
size: u15,
|
||||
};
|
||||
|
||||
const MetadataReader = struct {
|
||||
rdr: std.io.AnyReader,
|
||||
curBlock: []const u8,
|
||||
};
|
||||
Reference in New Issue
Block a user