Expand description

Parser and parsing-related traits for the OBO format.

Structs

A string cache to recycle memory for shared values.

An iterator reading entity frames contained in an OBO stream sequentially.

An iterator reading entity frames contained in an OBO stream in parallel.

Traits

A trait for structures that can be parsed from a pest::Pair.

Parse a value from a slice with a lifetime parameter.

The common interface for OBO parsers.

A trait to quickly find a single byte needle into a given type.

Type Definitions

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