1/*! 2Structs that map to parts of the data model of a ROFL file. 3*/ 4 5mod binheader; 6mod payload; 7mod segment; 8pub mod section; 9pub use binheader::*; 10pub use payload::*; 11pub use segment::*;