Crate atm_parser_helper[][src]

Expand description

Some simple utilities for hand-coded parsers.

Structs

A parse error, tagging an arbitrary error type with an input position.

Wraps a slice of input bytes to provide methods for advancing through the input, tracking position, signaling parse errors, looking ahead, etc.

Traits

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