Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
0.8 source code.tar.gz | 2022-02-07 | 144.8 kB | |
0.8 source code.zip | 2022-02-07 | 155.5 kB | |
README.md | 2022-02-07 | 618 Bytes | |
Totals: 3 Items | 300.9 kB | 0 |
Added
then_with
combinator to allow limited support for parsing nested patterns- impl From<&[T; N]> for Stream
SkipUntil/SkipThenRetryUntil::skip_start/consume_end
for more precise control over skip-based recovery
Changed
- Allowed
Validate
to map the output type - Switched to zero-size End Of Input spans for default implementations of
Stream
- Made
delimited_by
take combinators instead of specific tokens - Minor optimisations
- Documentation improvements
Fixed
- Compilation error with
--no-default-features
- Made default behaviour of
skip_until
more sensible