Available on
doc
or test
only.Expand description
§jiff
modifications
(↑) This is derived work from the
jiff
crate,
including the following modifications:
- rename
SignedDuration
toTimeDelta
. - new methods:
neg_abs
.
- rename methods:
unsigned_abs
toabs_duration
.
- remove
jiff
-specific functionality. - feature-gate float-specific methods.
- update docs, remove examples.
- remove
inline
attributes. - add extra conversions.
- misc. refactors.