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