[][src]Module fastobo::parser

Parser and parsing-related traits for the OBO format.

Structs

FrameReader

An iterator reading entity frames contained in an OBO stream.

OboParser

The OBO format version 1.4 parser.

Enums

Rule

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