Small tweaks and fixes

This commit is contained in:
Caleb Gardner
2025-05-24 05:24:05 -05:00
parent 3bfd262824
commit 82011a092c
4 changed files with 78 additions and 8 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ const Superblock = @import("superblock.zig").Superblock;
const File = @import("file.zig").File;
const MetadataReader = @import("readers/metadata.zig").MetadataReader;
const DirEntry = @import("directory.zig").DirEntry;
const FragEntry = @import("readers/data.zig").FragEntry;
const FragEntry = @import("readers/data_reader.zig").FragEntry;
/// A squashfs archive reader. Make sure to call deinit().
/// For most actions, you'll want to use the Reader.root File.