README.md

# Collections


![Unit Test](https://github.com/stackcats/collections/actions/workflows/elixir.yml/badge.svg)

## Installation

The package can be installed by adding `collections` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:collections, "~> 0.1.0"}
  ]
end
```