Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/okeuday/mapsd

Erlang Maps Dict API
https://github.com/okeuday/mapsd

data-structures erlang

Last synced: 28 days ago
JSON representation

Erlang Maps Dict API

Awesome Lists containing this project

README

        

Erlang Maps Dict API
--------------------

[![hex.pm version](https://img.shields.io/hexpm/v/mapsd.svg)](https://hex.pm/packages/mapsd)

Provide all the dict module interface functions for an Erlang map data
structure. The Erlang map specific functions are included. The only conflict
between the two APIs is the `maps:update/3` function which becomes
`mapsd:update_value/3`.

Author
------

Michael Truog (mjtruog at protonmail dot com)

License
-------

MIT License