pub fn parse_dict_text(text: &str) -> Result<QueryHeader, ParseError>Expand description
Parse dictionary from text
ยงErrors
Returns ParseError::InvalidFormat if the text is not valid dictionary format,
or ParseError::TooManyContigs if the number of contigs exceeds the maximum.