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

A useful wrapper around pest Pairs, that provide several convenient shortcuts to read the Pair’s inside it.