| Crates.io | jump-consistent-hash |
| lib.rs | jump-consistent-hash |
| version | 0.1.0 |
| created_at | 2017-06-10 08:20:11.484111+00 |
| updated_at | 2017-06-10 08:20:11.484111+00 |
| description | Jump Consistent Hash for rust |
| homepage | |
| repository | https://github.com/feb29/jump-consistent-hash |
| max_upload_size | |
| id | 18421 |
| size | 6,071 |
extern crate jump_consistent_hash as jch;
let bucket_nr = 30;
let bucket_id = jch::hash(10863919174838991, bucket_nr);