Use chrono for time types #22
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
mikedilger/email-format#22
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
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.