README.md

# ZoiDefstruct

`ZoiDefstruct` helps you define a struct from a `Zoi` object schema. 

See [documentation](https://hexdocs.pm/zoi_defstruct) for more details.

## Installation

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