consist 0.1.0

Dead-simple consistent hashing library
Documentation
1
2
3
4
5
6
7
8
9
10
11
machine:
    pre:
        - wget https://static.rust-lang.org/rustup.sh
        - chmod +x rustup.sh
        - ./rustup.sh --channel=nightly -y

test:
    override:
        - cargo build -v
        - cargo test -v