Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/okeuday/keys1value
Erlang set associative map for key lists
https://github.com/okeuday/keys1value
data-structures erlang
Last synced: 12 days ago
JSON representation
Erlang set associative map for key lists
- Host: GitHub
- URL: https://github.com/okeuday/keys1value
- Owner: okeuday
- License: mit
- Created: 2014-08-13T19:03:26.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-10-26T18:47:59.000Z (about 1 year ago)
- Last Synced: 2024-10-21T18:17:06.136Z (about 2 months ago)
- Topics: data-structures, erlang
- Language: Erlang
- Size: 56.6 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
Awesome Lists containing this project
- freaking_awesome_elixir - Erlang - Erlang set associative map for key lists. (Miscellaneous)
- fucking-awesome-elixir - keys1value - Erlang set associative map for key lists. (Miscellaneous)
- awesome-elixir - keys1value - Erlang set associative map for key lists. (Miscellaneous)
README
Erlang Set Associative Map For Key Lists
========================================An interface is provided which takes an Erlang data structure module name
that contains a dict API to provide a set associate map for a
list of keys and 1 value. The maps module is supported despite not providing
the dict API.Author
------Michael Truog (mjtruog at protonmail dot com)
License
-------MIT License