README.md

# Lapis

Schema-based bidirectional data transformation and validation.

Docs can be found at <https://hexdocs.pm/lapis>.

## Installation

```elixir
def deps do
  [
    {:lapis, "~> 0.1.0"}
  ]
end
```