git-pack 0.31.0

Please use `gix-<thiscrate>` instead ('git' -> 'gix')
Documentation
1
2
3
4
5
6
7
8
9
mod init;
///
pub mod verify;

///
pub mod decode;

/// The bytes used as header in a pack data file.
pub type Header = [u8; 12];