Active v0.1.0
Exdantic
Advanced schema definition and validation library for Elixir
Stats & Info
- Latest release: v0.1.0
- Recent downloads: 98
- All-time downloads: 686
- Maintainers: nshkrdotcom
Installation
Add exdantic to your list of dependencies in mix.exs:
def deps do
[
{:exdantic, "~> 0.1.0"}
]
endThen run:
mix deps.get