README.md

# Without

Error handling made readable!

## Docs

Available in hexdoc: [https://hexdocs.pm/without](https://hexdocs.pm/without/)

## Installation

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

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