Crate pom

source ·

Modules§

  • Utility functions to recognize char class of byte value.
  • Contains predefined parsers and combinators.
  • Variants of parser functions specialized for matching UTF-8 strings and returning chars. Method and constructor names/functionality are generally the same as in base parser module.

Enums§

Type Aliases§

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