blob: 936ab51ecb90aad7d51f212509f25ec4d9f262b3 [file] [log] [blame]
mod init;
///
#[allow(clippy::empty_docs)]
pub mod verify;
///
#[allow(clippy::empty_docs)]
pub mod decode;
/// The bytes used as header in a pack data file.
pub type Header = [u8; 12];