Logo

0x5a.live

for different kinds of informations and explorations.

GitHub - ericentin/ets_map: An Elixir package that provides a Map-like interface (Map/Access/Enumerable/Collectable) backed by an ETS table

An Elixir package that provides a Map-like interface (Map/Access/Enumerable/Collectable) backed by an ETS table - ericentin/ets_map

Visit SiteGitHub - ericentin/ets_map: An Elixir package that provides a Map-like interface (Map/Access/Enumerable/Collectable) backed by an ETS table

GitHub - ericentin/ets_map: An Elixir package that provides a Map-like interface (Map/Access/Enumerable/Collectable) backed by an ETS table

An Elixir package that provides a Map-like interface (Map/Access/Enumerable/Collectable) backed by an ETS table - ericentin/ets_map

Powered by 0x5a.live ๐Ÿ’—

ETSMap

A Map-like Elixir data structure that is backed by an ETS table.

Installation

The package can be installed by:

  1. Adding ets_map to your list of dependencies in mix.exs:

    def deps do [{:ets_map, "~> 0.0.1"}] end

  2. Ensuring ets_map is started before your application:

    def application do [applications: [:ets_map]] end

Elixir Resources

are all listed below.

Resources

listed to get explored on!!

Made with โค๏ธ

to provide different kinds of informations and resources.