devela 0.27.0

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

- join all structs in a single `HasherFx` const-generic.
- implement the standalone functions as methods.
- make it `no_std` compatible.
- remove `byteorder` dependency.
- add const methods for hashing byte slices.
- rename the structures.
- misc. refactors.