Packages

Library bringing types support to elixir. Allows type validation in compile time.

Current section

Files

Jump to
tyx README.md
Raw

README.md

# Tyx
[![Kantox ❤ OSS](https://img.shields.io/badge/❤-kantox_oss-informational.svg)](https://kantox.com/)  [![Test](https://github.com/am-kantox/tyx/actions/workflows/test.yml/badge.svg)](https://github.com/am-kantox/tyx/actions/workflows/test.yml)  [![Dialyzer](https://github.com/am-kantox/tyx/actions/workflows/dialyzer.yml/badge.svg)](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)