Skip to content

Elixir implementation of bidirectional map and multimap

License

Notifications You must be signed in to change notification settings

mkaput/elixir-bimap

Repository files navigation

BiMap

Build Status Version Hex Docs Download License Last Updated

Elixir implementation of bidirectional map and multimap.

Installation

The package can be installed by adding bimap to your list of dependencies in mix.exs:

def deps do
  [{:bimap, "~> 1.2"}]
end

License

See the LICENSE file for license rights and limitations (MIT).