Module combine::range
[−]
[src]
Module containing zero-copy parsers.
Structs
Range | |
Take | |
TakeUntilRange | |
TakeWhile | |
TakeWhile1 |
Functions
range |
Zero-copy parser which reads a range of length |
take |
Zero-copy parser which reads a range of length |
take_until_range |
Zero-copy parser which reads a range of 0 or more tokens until |
take_while |
Zero-copy parser which reads a range of 0 or more tokens which satisfy |
take_while1 |
Zero-copy parser which reads a range of 1 or more tokens which satisfy |