devela 0.27.0

A development layer of coherence.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
This is derived work from the
[`jiff`](https://crates.io/crates/jiff/0.2.1) crate,
including the following modifications:

- rename `SignedDuration` to `TimeDelta`.
- new methods:
  - `neg_abs`.
- rename methods:
  - `unsigned_abs` to `abs_duration`.
  - `div_duration_f*` to `div_delta_f*`.
- use eucludean division for conversions.
- remove `jiff`-specific functionality.
- feature-gate float-specific methods.
- update docs, remove examples.
- remove `inline` attributes.
- made more methods *const*.
- add extra conversions.
- misc. refactors.