blob: 6bfe0e2721b5cea99c0796b75a3106a31b6329d7 [file] [log] [blame]
mod init;
///
pub mod verify;
///
pub mod decode;
/// The bytes used as header in a pack data file.
pub type Header = [u8; 12];