-
Notifications
You must be signed in to change notification settings - Fork 542
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversion to/from Duration
from std library.
#58
Comments
+1 |
Could we switch from re-exporting the external |
@pantaloons and I just ran into this in #serde. The standard library |
This is a non-trivial breaking change that is planned in 0.3. In part, |
I would like to be able to use the implementation of the Hash trait, which is defined for |
Is it possible to drop |
@lifthrasiir What is the state of this? Chrono is already at 0.4 yet the usage of |
This really is a hassle now, I can't convert a NaiveTime to a Duration at all and the 0.4 broke my workaround (which was essentially to just do some meaningless calculation-function which returned the right type). Now we've a golden cage state.. |
Closing as a duplicate of #497. |
RIght now the state of things is rather weird, where there are two different Duration types.
The text was updated successfully, but these errors were encountered: