Crate rainbow_pest
source · [−]Re-exports
pub use pest;
Modules
Structs
Parse-related error type.
An RGB color represented in hexadecimal.
Infix operator used in PrecClimber
.
An iterator over Pair
s. It is created by pest::state
and Pair::into_inner
.
List of operators and precedences, which can perform precedence climbing on infix
expressions contained in a Pairs
. The token pairs contained in the Pairs
should start
with a primary pair and then alternate between an operator and a primary.
A span over a &str
. It is created from either two Position
s or from a Pair
.
Enums
Traits
A trait with a single method that parses strings.