Crate atm_parser_helper

Source
Expand description

Some simple utilities for hand-coded parsers.

Structs§

Error
A parse error, tagging an arbitrary error type with an input position.
ParserHelper
Wraps a slice of input bytes to provide methods for advancing through the input, tracking position, signaling parse errors, looking ahead, etc.

Traits§

Eoi
A trait for error types with a variant that indicates that the end of the parsed input has been reached unexpectedly.