Packages

Error handling made readable

Current section

Files

Jump to
without README.md
Raw

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
```