hwt 0.2.0

Hamming Weight Tree for finding neighbors in Hamming space
Documentation
Build #153266 2019-04-09T03:22:09.186402+00:00
# rustc version
rustc 1.35.0-nightly (474e7a648 2019-04-07)
# docs.rs version
cratesfyi 0.6.0 (b564d72 2019-03-28)

# build log
Updating crates.io index
Downloading crates ...
Downloaded hwt v0.2.0
Compiling arrayvec v0.4.10
Checking either v1.5.2
Fresh nodrop v0.1.13
Running `rustc --crate-name build_script_build /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.4.10/build.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=80b39f447fd0d68d -C extra-filename=-80b39f447fd0d68d --out-dir /home/cratesfyi/cratesfyi/debug/build/arrayvec-80b39f447fd0d68d -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Checking hashbrown v0.2.0
Running `rustc --crate-name either /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.5.2/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_std"' -C metadata=d44025dca9427d50 -C extra-filename=-d44025dca9427d50 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Running `rustc --edition=2018 --crate-name hashbrown /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/hashbrown-0.2.0/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 --cfg 'feature="default"' -C metadata=7c58385ab195be3b -C extra-filename=-7c58385ab195be3b --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Checking itertools v0.8.0
Running `rustc --crate-name itertools /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.8.0/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_std"' -C metadata=c1b95e0d85d37bb4 -C extra-filename=-c1b95e0d85d37bb4 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern either=/home/cratesfyi/cratesfyi/debug/deps/libeither-d44025dca9427d50.rmeta --cap-lints allow`
Running `/home/cratesfyi/cratesfyi/debug/build/arrayvec-80b39f447fd0d68d/build-script-build`
Running `rustc --crate-name arrayvec /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.4.10/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c6b2db03d5d44ce1 -C extra-filename=-c6b2db03d5d44ce1 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern nodrop=/home/cratesfyi/cratesfyi/debug/deps/libnodrop-b8c87a01d46cf809.rmeta --cap-lints allow --cfg has_manually_drop_in_union --cfg has_union_feature`
Documenting hwt v0.2.0
Running `rustdoc --edition=2018 --crate-name hwt /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/hwt-0.2.0/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20190407-1.35.0-nightly-474e7a648 --static-root-path / --disable-per-crate-search --extern-html-root-url 'arrayvec=https://docs.rs/arrayvec/0.4.10' --extern-html-root-url 'criterion=https://docs.rs/criterion/0.2.11' --extern-html-root-url 'either=https://docs.rs/either/1.5.2' --extern-html-root-url 'hashbrown=https://docs.rs/hashbrown/0.2.0' --extern-html-root-url 'itertools=https://docs.rs/itertools/0.8.0' --extern-html-root-url 'rand=https://docs.rs/rand/0.6.5' -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern arrayvec=/home/cratesfyi/cratesfyi/debug/deps/libarrayvec-c6b2db03d5d44ce1.rmeta --extern either=/home/cratesfyi/cratesfyi/debug/deps/libeither-d44025dca9427d50.rmeta --extern hashbrown=/home/cratesfyi/cratesfyi/debug/deps/libhashbrown-7c58385ab195be3b.rmeta --extern itertools=/home/cratesfyi/cratesfyi/debug/deps/libitertools-c1b95e0d85d37bb4.rmeta`
Finished dev [unoptimized + debuginfo] target(s) in 5.96s