Tyyppi

Library bringing erlang typespecs to runtime.

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

Installation

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

Documentation.