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: about 2 months ago
JSON representation

Erlang set associative map for key lists

Lists

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