Etna
Etna is a utility library inspired by RubyGem's ActiveSupport. It provides a convenient function protocol often used in Rails.
Installation
def deps do
[
{:etna, "~> 0.1.2"}
]
endbe found at https://hexdocs.pm/etna.
Release Notes
0.1.2
- Implemented Map Protocol
0.1.1
- Docs updated
0.1.0
- Implemented List Protocol