Popularity
3.4
Declining
Activity
3.7
-
26
2
3

Monthly Downloads: 12,782
Programming language: Elixir
License: MIT License
Latest version: v1.1.0

bimap alternatives and similar packages

Based on the "Algorithms and Data structures" category.
Alternatively, view bimap alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of bimap or a related project?

Add another 'Algorithms and Data structures' Package

README

BiMap

Hex.pm API Docs Build Status

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.1"}]
end

License

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


*Note that all licence references and agreements mentioned in the bimap README section above are relevant to that project's source code only.