New
0.8
Added
then_withcombinator to allow limited support for parsing nested patterns- impl From<&[T; N]> for Stream
SkipUntil/SkipThenRetryUntil::skip_start/consume_endfor more precise control over skip-based recovery
Changed
- Allowed
Validateto map the output type - Switched to zero-size End Of Input spans for default implementations of
Stream - Made
delimited_bytake combinators instead of specific tokens - Minor optimisations
- Documentation improvements
Fixed
- Compilation error with
--no-default-features - Made default behaviour of
skip_untilmore sensible