Expand description
Entry point layer into nom parsers. See final_parser
for details.
Structs§
- A byte offset into the input where an error may have occurred
- A location in a string where an error may have occurred. In keeping with the typical practice from editors and other tools, line and columns are both 1-indexed.
Traits§
- Trait for recombining error information with the original input.
- Trait for types which represent an absolute location of a parse error in an input
Functions§
- Bootstrapping layer for a nom parser.