multi_bimap 0.1.1

Many-to-many bidirectional map in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "maplike"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "917e3eda959192c692d9cff41f585b0f4370b6230390a644ed53441b340d5ab3"

[[package]]
name = "multi_bimap"
version = "0.1.1"
dependencies = [
 "maplike",
]