New
Unclaimed project
Are you a maintainer of typed_struct? Claim this project to take control of your public changelog and roadmap.
Changelog
An Elixir library for defining structs with a type without writing boilerplate code.
module: ModuleName top-level option to create the typed struct in a
submodule.@typedoc example in the documentation to put it inside the
typedstruct block and not above. While putting it above works in the
general case, it is mandatory to put it inside the block when defining a
submodule.