README.md
# Tyyppi [](https://kantox.com/)  
**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
```
## Changelog
- **`0.3.0`** — use `:ets` for type information when the process was not started
## [Documentation](https://hexdocs.pm/tyyppi).