README.md

# Exit

[![CI](https://github.com/mdg/exit/actions/workflows/elixir.yml/badge.svg)](https://github.com/mdg/exit/actions/workflows/elixir.yml)
[![Module Version](https://img.shields.io/hexpm/v/exit.svg)](https://hex.pm/packages/exit)
[![Hex Docs](https://img.shields.io/badge/hex-docs-lightgreen.svg)](https://hexdocs.pm/exit/Exit.html)
[![Total Downloads](https://img.shields.io/hexpm/dt/exit.svg)](https://hex.pm/packages/exit)
[![License](https://img.shields.io/hexpm/l/exit.svg)](https://github.com/mdg/exit/blob/main/LICENSE)
[![Last Updated](https://img.shields.io/github/last-commit/mdg/exit.svg)](https://github.com/mdg/exit/commits/main)

Various iteration utilities for Enumerable types in Elixir

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `exit` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:exit, "~> 0.3.0"},
  ]
end
```

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at <https://hexdocs.pm/exit>.