TypedStructEctoChangeset

TypedStruct plugin to integrate ecto changeset, allow to use typedstruct module like ecto schema module when casting changeset, embeds and assoc are not yet supported

Installation

If available in Hex, the package can be installed by adding typed_struct_ecto_changeset to your list of dependencies in mix.exs:

def deps do
  [
    {:typed_struct_ecto_changeset, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/typed_struct_ecto_changeset.