Function bonsaidb::core::transmog_pot::pot::format::read_header
pub fn read_header<R>(reader: &mut R) -> Result<u8, Error>where
R: ReadBytesExt,
Expand description
Reads a Pot header. See write_header
for more information. Returns the version number contained within.