Module parser

Source
Expand description

Parser and parsing-related traits for the OBO format.

Structs§

Cache
A string cache to recycle memory for shared values.
SequentialParser
An iterator reading entity frames contained in an OBO stream sequentially.
ThreadedParser
An iterator reading entity frames contained in an OBO stream in parallel.

Traits§

FromPair
A trait for structures that can be parsed from a pest::Pair.
FromSlice
Parse a value from a slice with a lifetime parameter.
Parser
The common interface for OBO parsers.
QuickFind
A trait to quickly find a single byte needle into a given type.

Type Aliases§

DefaultParser
The default parser used by fastobo::from_reader and fastobo::from_file.