View Source 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.8"}]
end

Docs

Read here.

License

MPL-2.0