Estructura

Extensions for Elixir structures.
Installation
def deps do
[
{:estructura, "~> 0.1"},
# optionally you might want to add `boundary` library
# it is used by `estructura` and many other projects
# more info: https://hexdocs.pm/boundary
{:boundary, "~> 0.9", runtime: false}
]
end
I suggest adding boundary as a dependency since that is used in this project.
Changelog
0.4.2— [BUG] Fixed wrong spec forEstructura.put!/30.4.1—Estructura.LazyMap.keys/1,Estructura.LazyMap.fetch_all/10.4.0—Estructura.Lazy,Estructura.LazyMap0.3.2—put!/30.3.0—coercionandvalidationare now injected as behaviours0.2.0—coercion,validation,put/3