Crate parsing_utils

Source
Expand description

Common code for pest-based parsers.

This crate provides PairsHelper, which lets you write code to traverse pest Pairs easily.

Structs§

PairPartialIter
Iterator generated by PairsHelper::iter_while.
PairsHelper
A useful wrapper around pest Pairs, that provide several convenient shortcuts to read the Pair’s inside it.