Module fastobo::parser[][src]

Parser and parsing-related traits for the OBO format.

Structs

SequentialParser

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

ThreadedParserthreading

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 Definitions

DefaultParser

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