3 stable releases
1.1.0 | Aug 13, 2022 |
---|---|
1.0.1 | Jul 29, 2021 |
1.0.0 | Jul 27, 2021 |
#844 in Algorithms
99,576 downloads per month
Used in 823 crates
(20 directly)
6KB
84 lines
const-fnv1a-hash
Rust based const FNV1A hashing implementation for hashing at compile time.
This is a Rust implementation of FNV1A hashing algorithms which works on the stable channel.
Features
- no_std.
- All functions are const, and can be used at compile time to hash all the things.
- Additional convenience functions for str hashing.
- dependency free.
- 16 bit hashing implemented using XOR folding.