pub fn parse_header(bytes: &[u8]) -> Result<(Header, usize), SnapshotError>Expand description
Parse the 16-byte header.
ยงErrors
SnapshotError::HeaderTruncatedifbytesis shorter than 16 bytes.SnapshotError::BadMagicon a bad prefix.SnapshotError::UnsupportedFormatif the format version is pastFORMAT_VERSION.