Function vpk0::vpk_info

source · []
pub fn vpk_info<R: Read>(rdr: R) -> Result<(VpkHeader, TreeInfo), VpkError>
Expand description

Extract the VpkHeader and TreeInfo from vpk0 data

This is a convenience function to extract information about vpk0 data without having to set up a Decoder