mikedilger / email-format

Email data structure and builder for streaming emails
Apache License 2.0
17 stars 5 forks source link

Use chrono for time types #22

Open theduke opened 5 years ago

theduke commented 5 years ago

Hey, this is currently the best mail parser crate I have found!

It would be great if the create used chrono for date/time types though, since it is pretty much the standard in the ecosystem.

mikedilger commented 5 years ago

Thanks.

I haven't worked on this code in ages, but I believe it uses chrono as an optional dependency, and compiles in the chrono From/Into traits if you enable it.