/ordered-map-elixir

An order-preserving map implementation for Elixir

Primary LanguageElixirMozilla Public License 2.0MPL-2.0

OrderedMap

Build Status

An order-preserving map implementation for Elixir.

Installation

Add ordered_map to your list of dependencies in mix.exs:

def deps do
  [{:ordered_map, "~> 0.0.5"}]
end

Docs

Read here.

License

MPL-2.0