axml and iXML access methods

This commit is contained in:
Jamie Hardt
2020-11-27 22:47:48 -08:00
parent a4c4936665
commit 9cbb2664d4
2 changed files with 28 additions and 1 deletions

View File

@@ -106,7 +106,6 @@ pub const BEXT_SIG: FourCC = FourCC::make(b"bext");
pub const JUNK_SIG: FourCC = FourCC::make(b"JUNK");
pub const FLLR_SIG: FourCC = FourCC::make(b"FLLR");
#[cfg(test)]
mod tests {
use super::*;