winnow-rs / winnow

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

Resolve issue #406 for structures #511

Open DJDuque opened 5 months ago

DJDuque commented 5 months ago

Resolve issue #406 for structures.

I gave a glance to the seq! implementation for tuples, but I am not sure I understand how _ fields are elided. It is OK if you don't want to merge this until there is support for tuples as well (I could give it another go later, but I can't promise anything).

epage commented 5 months ago

For anyone else following along, there is more discussion in #406.