Module combine::range [] [src]

Module containing zero-copy parsers.

Structs

Range
Take
TakeWhile
TakeWhile1

Functions

range

Zero-copy parser which reads a range of length i.len() and succeds if i is equal to that range.

take

Zero-copy parser which reads a range of length n.

take_while

Zero-copy parser which reads a range of 0 or more tokens which satisfy f.

take_while1

Zero-copy parser which reads a range of 1 or more tokens which satisfy f.