devela 0.27.0

A development layer of coherence.
Documentation
1
2
3
4
5
6
7
8
9
10
This is derived work from the `CachePadded` struct in the
[crossbeam-utils](https://crates.io/crates/crossbeam-utils/0.8.21) crate,
including the following modifications:

- rename to `CacheAlign`.
- add missing attributes.
- add fn `into_inner_copy`.
- add associated const `ALIGN`.
- feature-bound `unsafe` uses.
- misc. refactors.