Crate pom_trace

Crate pom_trace 

Source

Modules§

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

Structs§

RollbackRecord

Enums§

Error
Parser error.
RollbackType

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>.