README.md
# BiMap
[![Hex.pm](https://img.shields.io/hexpm/v/bimap.svg)](https://hex.pm/packages/bimap)
[![API Docs](https://img.shields.io/badge/api-docs-yellow.svg?style=flat)](https://hexdocs.pm/bimap/)
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, "~> 0.1"}]
end
```
## License
See the [LICENSE] file for license rights and limitations (MIT).
[LICENSE]: https://github.com/mkaput/elixir-bimap/blob/master/LICENSE.txt