winnow-rs / winnow

Making parsing a breeze
https://docs.rs/winnow
Other
525 stars 40 forks source link

Change `repeat`-like combinators to return a concrete type with a `fold` function, removing the need for `fold_repeat` #441

Closed epage closed 8 months ago

epage commented 8 months ago

Benefits