Expand description
Choice combinators
Macrosยง
- alt_
trait ๐ - alt_
trait_ ๐impl - alt_
trait_ ๐inner - permutation_
trait ๐
Traitsยง
- Helper trait for the alt() combinator.
- Helper trait for the permutation() combinator.
Functionsยง
- Tests a list of parsers one by one until one succeeds.
- Applies a list of parsers in any order.