winnow-rs / winnow

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

Switch `impl Parser for char` from `one_of` to `tag` #418

Closed epage closed 7 months ago

epage commented 8 months ago

417 added support for char in tag and it is significantly faster