View Source README

Saturn

Minimal Elixir Input Validator

Installation

The package can be installed by adding saturn to your list of dependencies in mix.exs:

def deps do
  [
    {:saturn, "~> 0.1.1"}
  ]
end