half_matrix 0.2.1

A Half Matrix implementation. Used mostly to represent many to many boolean representations. For example, if you have A, B, C. You can say (B, A) = true and the rest = false. See the docs.rs page or the github repository for more information.
Documentation
Build #134106 2019-01-01T19:12:00.177973+00:00
# rustc version
rustc 1.33.0-nightly (adbfec229 2018-12-17)
# docs.rs version
cratesfyi 0.6.0 (2f681cd 2018-12-20)

# build log
Updating crates.io index
Downloading crates ...
Downloaded half_matrix v0.2.1
Fresh nodrop v0.1.13
Fresh cfg-if v0.1.6
Fresh scopeguard v0.3.3
Fresh memoffset v0.2.1
Fresh lazy_static v1.2.0
Fresh either v1.5.0
Fresh atom v0.3.5
Fresh crossbeam-utils v0.2.2
Fresh arrayvec v0.4.10
Fresh libc v0.2.45
Fresh crossbeam-epoch v0.3.1
Fresh num_cpus v1.9.0
Fresh crossbeam-deque v0.2.0
Fresh rayon-core v1.4.1
Fresh rayon v1.0.3
Checking hibitset v0.5.3
Running `rustc --crate-name hibitset /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/hibitset-0.5.3/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="parallel"' --cfg 'feature="rayon"' -C metadata=da447cadf4f0073e -C extra-filename=-da447cadf4f0073e --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern atom=/home/cratesfyi/cratesfyi/debug/deps/libatom-55adc4912f988c7e.rmeta --extern rayon=/home/cratesfyi/cratesfyi/debug/deps/librayon-43fa8f963f2198e3.rmeta --cap-lints allow`
Documenting half_matrix v0.2.1
Running `rustdoc --edition=2018 --crate-name half_matrix /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/half_matrix-0.2.1/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20181217-1.33.0-nightly-adbfec229 --extern-html-root-url 'hibitset=https://docs.rs/hibitset/0.5.3' -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern hibitset=/home/cratesfyi/cratesfyi/debug/deps/libhibitset-da447cadf4f0073e.rmeta`
Finished dev [unoptimized + debuginfo] target(s) in 2.93s