AntlUtilsElixir

GitHub Workflow StatusGitHub issuesLicense

Set of utils for Elixir.Enum, Elixir.Map and URI.Query.
A little wrapper around DateTime to support gt?, gte?, lt?, lte?, min and max.
A Period module to check inclusion of periods, and their status.

Installation

AntlUtilsElixir is published on Hex.
The package can be installed by adding antl_utils_elixir to your list of dependencies in mix.exs:

def deps do
[
{:antl_utils_elixir, "~> 0.1.0"}
]
end

The docs can be found at https://hexdocs.pm/antl_utils_elixir.