Expand description
Common code for pest-based parsers.
This crate provides PairsHelper
, which lets you
write code to traverse pest Pairs
easily.
Structs§
- Pair
Partial Iter - Iterator generated by
PairsHelper::iter_while
. - Pairs
Helper - A useful wrapper around pest Pairs, that provide several convenient shortcuts to read the Pair’s inside it.