README.md
# Tyx
[](https://kantox.com/) [](https://github.com/am-kantox/tyx/actions/workflows/test.yml) [](https://github.com/am-kantox/tyx/actions/workflows/dialyzer.yml)
**Library bringing types support to elixir in compile time**
## Installation
Add `tyx` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:tyx, "~> 0.1"}
]
end
```
## [Documentation](https://hexdocs.pm/tyx)