-
Notifications
You must be signed in to change notification settings - Fork 72
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
Add support for chrono::Duration #104
Conversation
bfaf090
to
1fb4552
Compare
779aeb5
to
78b72f7
Compare
Codecov Report
@@ Coverage Diff @@
## master #104 +/- ##
==========================================
+ Coverage 77.75% 79.55% +1.79%
==========================================
Files 23 23
Lines 1241 1423 +182
==========================================
+ Hits 965 1132 +167
- Misses 276 291 +15
Continue to review full report at Codecov.
|
bors r+ |
Some doc would be nice |
I did not manage to document the new code sufficiently, but it is on my agenda. Contributions are welcome too :) |
@Stargateur I added some documentation for |
Part of #56