Expand description
An error type, ErrorTree
, designed to retain much more useful
information about parse failures than the built-in nom error types.
Requires the error
feature to be enabled.
Enums§
- These are the different specific things that can go wrong at a particular location during a nom parse. Many of these are collected into an
ErrorTree
. - Enum for generic things that can be expected by nom parsers
Type Aliases§
- A comprehensive tree of nom errors describing a parse failure.