badboy / iso8601

Parsing ISO8601 dates using nom
https://docs.rs/iso8601/
MIT License
74 stars 22 forks source link

Upgrade to nom 5 and replace all macros! #22

Closed badboy closed 5 years ago

badboy commented 5 years ago

Not yet finished. So far it's a 1:1 translation of the old code to the new way of doing things.

I think there's now a chance to simplify and clean it up a bit.

badboy commented 5 years ago

Ah heck, I merge as is and we can work on cleaning it up in follow-ups.