badboy / iso8601

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

Feature/serde #49

Closed hoodie closed 1 year ago

hoodie commented 1 year ago

how about we add some serde support while we're at it?

this only contains the deserializer implementation, and I need to do some homework on how to write unit tests without pulling in an extra dependency, but what do you think?

(follow up to #48)