Small tweaks
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ const DirEntry = @import("directory.zig").DirEntry;
|
|||||||
const FragEntry = @import("readers/data_reader.zig").FragEntry;
|
const FragEntry = @import("readers/data_reader.zig").FragEntry;
|
||||||
|
|
||||||
/// A squashfs archive reader. Make sure to call deinit().
|
/// A squashfs archive reader. Make sure to call deinit().
|
||||||
/// For most actions, you'll want to use the Reader.root File.
|
/// For most actions, you'll want to use Reader.root.
|
||||||
pub const Reader = struct {
|
pub const Reader = struct {
|
||||||
alloc: std.mem.Allocator,
|
alloc: std.mem.Allocator,
|
||||||
holder: FileHolder,
|
holder: FileHolder,
|
||||||
|
|||||||
Reference in New Issue
Block a user