An open API service indexing awesome lists of open source software.

https://github.com/ericgitangu/elixir-working-with-maps


https://github.com/ericgitangu/elixir-working-with-maps

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Maps

A simple Elixir module to understand working with maps

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `maps` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[
{:maps, "~> 0.1.0"}
]
end
```

Please check the [Documentation](./doc) for more detailed information.

Please refer to the [Tests](./test) for more detailed information.