README.md

# Tyyppi

Library bringing erlang typespecs to runtime.

Provides on-the-fly type validation, typed structs with upserts validation and more.

## Installation

```elixir
def deps do
  [
    {:tyyppi, "~> 0.1"}
  ]
end
```

## [Documentation](https://hexdocs.pm/tyyppi).