made some fields and methods public

This commit is contained in:
clizia 2024-11-12 15:02:24 +01:00
parent a94a894565
commit e7dad1de40

View File

@ -38,7 +38,7 @@ impl ChunkType {
bytes bytes
} }
fn is_valid(&self) -> bool { pub fn is_valid(&self) -> bool {
let mut x = self.bytes().len(); let mut x = self.bytes().len();
loop { loop {