README.md
# BiMap
[](https://github.com/mkaput/elixir-bimap/actions?query=workflow%3ACI)
[](https://hex.pm/packages/bimap)
[](https://hexdocs.pm/bimap/)
[](https://hex.pm/packages/bimap)
[](https://opensource.org/licenses/MIT)
[](https://github.com/mkaput/elixir-bimap/commits/master)
Elixir implementation of bidirectional map and multimap.
## Installation
The package can be installed by adding `bimap` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:bimap, "~> 1.1"}]
end
```
## License
See the [LICENSE] file for license rights and limitations (MIT).
[LICENSE]: https://github.com/mkaput/elixir-bimap/blob/master/LICENSE.txt