hash-index
Predictable hash indexing with a possible maximum value. Rust adaptation of watson/hash-index using Blake3
Usage
use hash_index;
let hash = hash; // 2857448067
let hash_with_max = hash_with_max; // 67
Predictable hash indexing with a possible maximum value. Rust adaptation of watson/hash-index using Blake3
use hash_index;
let hash = hash; // 2857448067
let hash_with_max = hash_with_max; // 67