ExTypeRuntime

Minimal runtime support for ExType.

Installation

The package can be installed by adding :ex_type_runtime to your list of dependencies in mix.exs:

def deps do
  [
    {:ex_type_runtime, "~> 0.1.0"}
  ]
end

Documentation can be found at https://hexdocs.pm/ex_type_runtime.

License

MIT