neo
Neo is a replacement for eon that uses Erlang's native maps instead of
orddict. It aims for feature parity with eon, however some functions
may have a different name, for example neo:delete/2 instead of eon:del/2.
Installation
Add it to your rebar.config's deps and run
rebar3 compile --deps_only.
{deps, [
{neo, {git, "git@github.com:kivra/neo.git", {tag, "1.2.0"}}}
]}.Documentation
All public neo functions comes with edoc. You can either access them
through the shell, or run rebar3 edoc and view the resulting HTML.