Crate pom

Source

Modules§

char_class
Utility functions to recognize char class of byte value.
parser
Constains predefined parsers and combinators.
range
set

Enums§

Error
Parser error.

Type Aliases§

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