Writer impl in progress

This commit is contained in:
Jamie Hardt
2020-12-25 12:30:08 -08:00
parent 3d7c74fc94
commit 9a275a69c3
5 changed files with 138 additions and 51 deletions

View File

@@ -45,6 +45,7 @@ pub struct Parser<R: Read + Seek> {
ds64state: HashMap<FourCC,u64>
}
#[derive(Debug, PartialEq, Eq)]
pub struct ChunkIteratorItem {
pub signature: FourCC,
pub start: u64,