devela 0.27.0

A development layer of coherence.
Documentation
1
2
3
4
5
6
7
8
This is derived work from the
[`object-id`](https://crates.io/crates/object-id/0.1.4) crate,
including the following modifications:

- make `no_std` compatible.
- rename from `UniqueId` to `IdPinBox`.
- make a non-allocating version named `IdPin`.
- modify `Debug` impl to prefix the value with the struct name.