2个版本
0.1.1 | 2020年1月13日 |
---|---|
0.1.0 | 2020年1月13日 |
#5 in #predictable
3KB
hash-index
具有可能最大值的可预测哈希索引。使用watson/hash-index和Blake3的Rust适配版
用法
use hash_index;
let hash = hash_index::hash(b"foobar"); // 2857448067
let hash_with_max = hash_index::hash_with_max(b"foobar", 100); // 67
参见
依赖项
~2MB
~49K SLoC