chrono-english
chrono-english copied to clipboard
Improve usability
I was using this library and ran into some issues. For example, I couldn't create my own DateError
s and I couldn't clone an Interval
.
This pull request makes the date_error
and date_result
items public and adds several trait derivations to the public structs/enums.
The other changes are from running rustfmt
, which is included in #25.