https://github.com/ericgitangu/elixir-working-with-maps
https://github.com/ericgitangu/elixir-working-with-maps
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ericgitangu/elixir-working-with-maps
- Owner: ericgitangu
- Created: 2024-02-17T20:58:02.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-17T21:27:28.000Z (about 2 years ago)
- Last Synced: 2025-01-18T03:15:14.749Z (about 1 year ago)
- Language: Elixir
- Size: 374 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.