Added some doc

This commit is contained in:
Caleb Gardner
2025-05-21 21:38:05 -05:00
parent 213dfa8b92
commit af06021b1b
4 changed files with 80 additions and 25 deletions
+1
View File
@@ -8,6 +8,7 @@ const MetadataReader = @import("readers/metadata.zig").MetadataReader;
const TableError = error{InvalidIndex};
/// A lazily read squashfs table.
pub fn Table(
comptime T: type,
) type {