[][src]Module fastobo::parser

Parser and parsing-related traits for the OBO format.

Structs

OboParser

The OBO format version 1.4 parser.

SequentialReader

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

ThreadedReaderfeature="threading"

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

Enums

Rule

The production rules of the OBO 1.4 PEG grammar.

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.

QuickFind

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

Type Definitions

FrameReader

The default frame reader used by fastobo.