1 2 3 4 5
mod header; mod record; pub use header::{Header, HEADER_SIZE, MAGIC, VERSION}; pub use record::{Record, RECORD_SIZE};