https://github.com/dkuku/maps
missing functions for elixir map implementation delegated to erlang
https://github.com/dkuku/maps
elixir hacktoberfest
Last synced: about 1 year ago
JSON representation
missing functions for elixir map implementation delegated to erlang
- Host: GitHub
- URL: https://github.com/dkuku/maps
- Owner: dkuku
- Created: 2021-07-16T20:43:22.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-16T20:43:49.000Z (almost 5 years ago)
- Last Synced: 2025-04-12T23:48:10.765Z (about 1 year ago)
- Topics: elixir, hacktoberfest
- Language: Elixir
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Maps
**TODO: Add description**
## 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
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/maps](https://hexdocs.pm/maps).