Skip to main content

parse_file

Function parse_file 

Source
pub fn parse_file<P: AsRef<Path>>(path: P) -> Result<Vec<Seq>, GbParserError>
Expand description

Convenience method to parse an entire file at once. Uses the streaming parser.