[−][src]Module abortable_parser::combinators
Contains combinators that can assemble other matchers or combinators into more complex grammars.
Functions
| ascii_alpha | ascii_alpha parses a single ascii alphabet character from an InputIter of bytes. |
| ascii_alphanumeric | ascii_digit parses a single ascii alphabetic or digit character from an InputIter of bytes. |
| ascii_digit | ascii_digit parses a single ascii digit character from an InputIter of bytes. |
| ascii_ws | Matches and returns any ascii charactar whitespace byte. |
| complete | Turns |
| eoi | Matches the end of input for any InputIter.
Returns |
| must | Maps a |
| must_complete | Turns |
| not | Turns a |
| optional | Maps a |
| trap | Traps a |