README.md
# Exit
[](https://github.com/mdg/exit/actions/workflows/elixir.yml)
[](https://hex.pm/packages/exit)
[](https://hexdocs.pm/exit/Exit.html)
[](https://hex.pm/packages/exit)
[](https://github.com/mdg/exit/blob/main/LICENSE)
[](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>.