Module nom::bytes::streaming[][src]

Expand description

parsers recognizing bytes streams, streaming version

Functions

Matches a byte string with escaped characters.

Matches a byte string with escaped characters.

Returns the longest slice of the matches the pattern

Parse till certain characters are met

Recognizes a pattern

Recognizes a case insensitive pattern

Returns an input slice containing the first N input elements (Input[..N])

Returns the longest input slice (if any) till a predicate is met

Returns the longest (atleast 1) input slice till a predicate is met

Returns the longest input slice till it matches the pattern.

Returns the longest input slice (if any) that matches the predicate

Returns the longest (atleast 1) input slice that matches the predicate

Returns the longest (m <= len <= n) input slice that matches the predicate