Crate pom

source ·

Modules

Utility functions to recognize char class of byte value.
Constains predefined parsers and combinators.

Enums

Parser error.

Type Definitions

Parser type, Parser<I, O> is alias of parser::Parser<'static, I, O>.
Parser result, Result<O> ia alias of Result<O, pom::Error>.