devela 0.27.0

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

- convert into a type defined on-demand via macro, with the option of having
  all implementation over primitives over a single const-generic type.
- constructors return `Option` instead of panicking.
- misc. refactoring and code compression.