jump-consistent-hash 0.1.0

Jump Consistent Hash for rust
Documentation
1
2
3
4
5
6
7
# Jump Consistent Hash

```rust
extern crate jump_consistent_hash as jch;
let bucket_nr = 30;
let bucket_id = jch::hash(10863919174838991, bucket_nr);
```