Module jiff

Source
Available on doc or test only.
Expand description

§jiff modifications

(↑) This is derived work from the jiff crate, including the following modifications:

  • rename SignedDuration to TimeDelta.
  • new methods:
    • neg_abs.
  • rename methods:
    • unsigned_abs to abs_duration.
  • remove jiff-specific functionality.
  • feature-gate float-specific methods.
  • update docs, remove examples.
  • remove inline attributes.
  • add extra conversions.
  • misc. refactors.