1 2 3 4 5 6 7 8 9 10 11
[package] name = "consistent" version = "0.1.0" authors = ["ShiKaiWi <xykwei@gmail.com>"] edition = "2018" license = "MIT" description = """ Consistent hashing with bounded loads in Rust """ [dependencies]