devela 0.27.0

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

- merge the multiple `const_assert*` macros into a single `const_assert!`.
- rename the `to_bool` macro to `const_bool`, and simplify.
- rename the `ToBool` trait to `ConstBool`, as well as its inner items.
- update syntax to 2021 edition.