1pub mod entries; 2pub mod entry; 3pub mod error; 4pub mod format; 5pub mod seek; 6 7pub type Result<T> = std::result::Result<T, error::Error>;