bisetmap 0.1.5

BisetMap is a fast and thread-safe two-way hash map of sets. It is best suited where you need to associate two collumns uniquely. Each key is associated to one or more other unique values. The structure is interior mutable and all operations are thread safe. Each clone provides access to the same underlying data.
Documentation
Build #75859 2017-11-09T07:06:49.087005+00:00
# rustc version
rustc 1.22.0-dev (b1cfd1750 2017-09-21)# docs.rs version
cratesfyi 0.4.2 (13da7b2 2017-10-12)# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading bisetmap v0.1.5
Documenting bisetmap v0.1.5
Running `rustdoc --crate-name bisetmap .cargo/registry/src/github.com-1ecc6299db9ec823/bisetmap-0.1.5/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -L dependency=/home/cratesfyi/cratesfyi/debug/deps`
Finished dev [unoptimized + debuginfo] target(s) in 0.48 secs