README.md
# ExTypeRuntime
Minimal runtime support for [`ExType`](https://github.com/gyson/ex_type).
## Installation
The package can be installed by adding `:ex_type_runtime` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:ex_type_runtime, "~> 0.1.0"}
]
end
```
Documentation can be found at [https://hexdocs.pm/ex_type_runtime](https://hexdocs.pm/ex_type_runtime).
## License
MIT