yafnv 3.0.0

Yet Another Fowler-Noll-Vo (FNV-1, FNV-1a) hash implementation for `u32/u64/u128` size, all `no_std` and`no_alloc`
Documentation

Fowler-Noll-Vo Hashes

The implementation here is fully no_std and no_alloc and implements both FNV-1 and FNV-1a for u32, u64, and u128 hash sizes.

See also the following crates: