# `AutoStruct`
[🔗](https://github.com/pauldemarco/auto_struct/blob/v0.3.0/lib/auto_struct.ex#L1)

Compile-time struct generation backed by JSON Schema validation.

AutoStruct's primary API is `AutoStruct.JsonSchema`.

Use `AutoStruct.JsonSchema` in a module to generate a struct, validation
helpers, JSON conversion helpers, and encoder implementations from a JSON
Schema.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
