Module winnow::sequence

source ·
Expand description

Combinators applying parsers in sequence

Traits

  • TupleDeprecated
    Helper trait for the tuple combinator.

Functions

  • Apply three parsers, only returning the output of the second.
  • pairDeprecated
    Gets an object from the first parser, then gets another object from the second parser.
  • Apply two parsers, only returning the output from the second.
  • Apply three parsers, only returning the values of the first and third.
  • Apply two parsers, only returning the output of the first.
  • tupleDeprecated
    Applies a tuple of parsers one by one and returns their results as a tuple. There is a maximum of 21 parsers