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
# bimap

Many-to-many bidirectional map in Rust.

## Usage

### Adding dependency

First, add `maplike` as a dependency to your `Cargo.toml`:

```toml
[dependencies]
multi_bimap = "0.1.1"
```