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

@@ -102,6 +102,7 @@ pub const DATA_SIG: FourCC = FourCC::make(b"data");
pub const FMT__SIG: FourCC = FourCC::make(b"fmt ");
pub const BEXT_SIG: FourCC = FourCC::make(b"bext");
pub const FACT_SIG: FourCC = FourCC::make(b"fact");
pub const JUNK_SIG: FourCC = FourCC::make(b"JUNK");
pub const FLLR_SIG: FourCC = FourCC::make(b"FLLR");