made some fields and methods public
This commit is contained in:
parent
a94a894565
commit
e7dad1de40
@ -38,7 +38,7 @@ impl ChunkType {
|
||||
bytes
|
||||
}
|
||||
|
||||
fn is_valid(&self) -> bool {
|
||||
pub fn is_valid(&self) -> bool {
|
||||
let mut x = self.bytes().len();
|
||||
|
||||
loop {
|
||||
|
Loading…
Reference in New Issue
Block a user