bloomfilter 0.0.12

Bloom filter implementation
Documentation
Build #45010 2017-03-24T10:46:39.078445+00:00
# rustc version
rustc 1.17.0-nightly (134c4a0f0 2017-03-20)
# docs.rs version
cratesfyi 0.3.2 (56e5d46 2017-03-20)

# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading bloomfilter v0.0.12
Compiling siphasher v0.2.2
Compiling libc v0.2.21
Compiling bit-vec v0.4.3
Running `rustc --crate-name siphasher .cargo/registry/src/github.com-1ecc6299db9ec823/siphasher-0.2.2/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=479c65b98dc022aa -C extra-filename=-479c65b98dc022aa --out-dir /home/cratesfyi/bloomfilter-0.0.12/debug/deps -L dependency=/home/cratesfyi/bloomfilter-0.0.12/debug/deps --cap-lints allow`
Running `rustc --crate-name libc .cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.21/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_std"' -C metadata=5dc7b85e748840b4 -C extra-filename=-5dc7b85e748840b4 --out-dir /home/cratesfyi/bloomfilter-0.0.12/debug/deps -L dependency=/home/cratesfyi/bloomfilter-0.0.12/debug/deps --cap-lints allow`
Running `rustc --crate-name bit_vec .cargo/registry/src/github.com-1ecc6299db9ec823/bit-vec-0.4.3/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=a87490a5cb031ea7 -C extra-filename=-a87490a5cb031ea7 --out-dir /home/cratesfyi/bloomfilter-0.0.12/debug/deps -L dependency=/home/cratesfyi/bloomfilter-0.0.12/debug/deps --cap-lints allow`
Compiling rand v0.3.15
Running `rustc --crate-name rand .cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.15/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=c9d9fbdab2355ee4 -C extra-filename=-c9d9fbdab2355ee4 --out-dir /home/cratesfyi/bloomfilter-0.0.12/debug/deps -L dependency=/home/cratesfyi/bloomfilter-0.0.12/debug/deps --extern libc=/home/cratesfyi/bloomfilter-0.0.12/debug/deps/liblibc-5dc7b85e748840b4.rlib --cap-lints allow`
Documenting bloomfilter v0.0.12
Running `rustdoc --crate-name bloomfilter .cargo/registry/src/github.com-1ecc6299db9ec823/bloomfilter-0.0.12/src/bloomfilter/lib.rs -o /home/cratesfyi/bloomfilter-0.0.12/doc -L dependency=/home/cratesfyi/bloomfilter-0.0.12/debug/deps --extern siphasher=/home/cratesfyi/bloomfilter-0.0.12/debug/deps/libsiphasher-479c65b98dc022aa.rlib --extern bit_vec=/home/cratesfyi/bloomfilter-0.0.12/debug/deps/libbit_vec-a87490a5cb031ea7.rlib --extern rand=/home/cratesfyi/bloomfilter-0.0.12/debug/deps/librand-c9d9fbdab2355ee4.rlib`
Finished dev [unoptimized + debuginfo] target(s) in 3.68 secs