Skip to main content

read_dictionary_header

Function read_dictionary_header 

Source
pub fn read_dictionary_header(
    data: &[u8],
    offset: usize,
) -> Result<DictionaryHeader, String>
Expand description

Parse a dictionary header from a byte slice at the given offset.