Expand description
Parser and parsing-related traits for the OBO format.
Structs§
- Cache
- A string cache to recycle memory for shared values.
- Sequential
Parser - An iterator reading entity frames contained in an OBO stream sequentially.
- Threaded
Parser - An iterator reading entity frames contained in an OBO stream in parallel.
Traits§
- From
Pair - A trait for structures that can be parsed from a
pest::Pair
. - From
Slice - Parse a value from a slice with a lifetime parameter.
- Parser
- The common interface for OBO parsers.
- Quick
Find - A trait to quickly find a single byte needle into a given type.
Type Aliases§
- Default
Parser - The default parser used by
fastobo::from_reader
andfastobo::from_file
.