README.md

# Constructor

An Elixir  library for declaratively defining structs with field-level conversions
and validations.

Check out the [docs](https://hexdocs.pm/constructor) to learn about all the
features.

## Installation

Add `constructor` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:constructor, "~> 1.0.0-rc.0"}
  ]
end
```

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/constructor](https://hexdocs.pm/constructor).