Laying down some framework

This commit is contained in:
Caleb Gardner
2025-07-11 06:45:51 -05:00
parent 23687eabb0
commit 61c86c9fea
3 changed files with 10 additions and 0 deletions
+1
View File
@@ -1,5 +1,6 @@
const std = @import("std");
pub const Reader = @import("reader.zig").Reader;
pub const ExtractionOptions = @import("extract_options.zig");
pub const FileReader = Reader(std.fs.File);