Ext
Ext is an extension to the Elixir standard library extracted from various projects that I worked on. It is a set of helper functions built on top of the standard library.
Installation
If available in Hex, the package can be installed
by adding elixir_ext to your list of dependencies in mix.exs:
def deps do
[
{:ext, "~> 0.1.0"}
]
endDocumentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/elixir_ext.