consistent_hash 0.1.2

An implementation of Consistent hashing algorithm
Documentation
Build #39922 2017-01-27 07:50:02

# rustc version rustc 1.16.0-nightly (a52da95ce 2017-01-20)

# docs.rs version cratesfyi 0.3.1 (35080d4 2017-01-24)

# build log Updating registry `https://github.com/rust-lang/crates.io-index` Downloading consistent_hash v0.1.2 Compiling splay_tree v0.1.1 Compiling siphasher v0.1.3 Running `rustc --crate-name siphasher .cargo/registry/src/github.com-1ecc6299db9ec823/siphasher-0.1.3/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=44a253a25089ea06 -C extra-filename=-44a253a25089ea06 --out-dir /home/cratesfyi/consistent_hash-0.1.2/debug/deps -L dependency=/home/cratesfyi/consistent_hash-0.1.2/debug/deps --cap-lints allow` Running `rustc --crate-name splay_tree .cargo/registry/src/github.com-1ecc6299db9ec823/splay_tree-0.1.1/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=f32d829261c6ca58 -C extra-filename=-f32d829261c6ca58 --out-dir /home/cratesfyi/consistent_hash-0.1.2/debug/deps -L dependency=/home/cratesfyi/consistent_hash-0.1.2/debug/deps --cap-lints allow` Documenting consistent_hash v0.1.2 Running `rustdoc --crate-name consistent_hash .cargo/registry/src/github.com-1ecc6299db9ec823/consistent_hash-0.1.2/src/lib.rs -o /home/cratesfyi/consistent_hash-0.1.2/doc -L dependency=/home/cratesfyi/consistent_hash-0.1.2/debug/deps --extern siphasher=/home/cratesfyi/consistent_hash-0.1.2/debug/deps/libsiphasher-44a253a25089ea06.rlib --extern splay_tree=/home/cratesfyi/consistent_hash-0.1.2/debug/deps/libsplay_tree-f32d829261c6ca58.rlib` Finished dev [unoptimized + debuginfo] target(s) in 1.61 secs