README.md

# Tyx

[![Kantox ❤ OSS](https://img.shields.io/badge/❤-kantox_oss-informational.svg)](https://kantox.com/)  [![Test](https://github.com/am-kantox/tyx/workflows/Test/badge.svg)](https://github.com/am-kantox/tyx/actions?query=workflow%3ATest)  [![Dialyzer](https://github.com/am-kantox/tyx/workflows/Dialyzer/badge.svg)](https://github.com/am-kantox/tyx/actions?query=workflow%3ADialyzer)

**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)