consistent_hash_ring 0.5.6

A flexible and efficient consistent hash ring
Documentation
language: rust
rust:
  - stable
  - beta
  - nightly
matrix:
  allow_failures:
    - rust: stable
    - rust: beta
cache: cargo
script:
  - cargo build --verbose
  - cargo test --verbose