README.md

# ExtraEnum

Extra Enumerables to help with various tasks.

## Usage

Use just like any other library.  See individual module docs for details on
functionality.

## Installation

This package is [available in Hex](https://hex.pm/packages/extra_enum). The
package can be installed by adding `extra_enum` to your list of dependencies in
`mix.exs`:

```elixir
def deps do
  [
    {:extra_enum, "~> 0.1.1"}
  ]
end
```

Documentation is generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). The docs can
be found at [https://hexdocs.pm/extra_enum](https://hexdocs.pm/extra_enum).