Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/okeuday/mapsd
- Owner: okeuday
- License: mit
- Created: 2016-11-14T19:46:29.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-29T17:16:59.000Z (almost 7 years ago)
- Last Synced: 2024-12-12T16:14:36.064Z (28 days ago)
- Topics: data-structures, erlang
- Language: Erlang
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
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