v0.1.0
Pre-release
Pre-release
v0.1.0 contains code-breaking changes and therefore uses a minor version bump as defined in the README.
This release features the FNVDigest
protocol which loosens constraints on hasher digest types. As a result, the various hash function implementations have been combined into the FNV1Hasher
and FNV1aHasher
types. To learn more, see the updated README file and inline documentation.