parse_index

Function parse_index 

Source
pub fn parse_index<B: BufRead>(br: B, lazy: bool) -> Result<Index<B>, DictError>
Expand description

Parse the index for a dictionary from a given BufRead compatible object. When lazy is true, the loop stops once all the metadata entries are parsed.