probably made something public idk
This commit is contained in:
parent
3384b10696
commit
8f042abb2b
@ -2,7 +2,7 @@ use std::fmt::Display;
|
|||||||
use crc::Crc;
|
use crc::Crc;
|
||||||
|
|
||||||
use crate::chunk_type::ChunkType;
|
use crate::chunk_type::ChunkType;
|
||||||
|
#[derive(Debug)]
|
||||||
pub struct Chunk {
|
pub struct Chunk {
|
||||||
length: u32,
|
length: u32,
|
||||||
pub chunk_type: ChunkType,
|
pub chunk_type: ChunkType,
|
||||||
|
Loading…
Reference in New Issue
Block a user