Packages
ExConstructor generates constructor functions for your structs, handling map-vs-keyword-list, string-vs-atom-keys, and camelCase-vs-under_score issues automatically.
Current section
Files
Jump to
Current section
Files
exconstructor
CHANGELOG.md
CHANGELOG.md
# Changelog
## 1.0.1
Added `defoverridable` to constructor generation macro.
Thanks, @obmarg!
## 1.0.0
Initial release. Supports map and keyword/2-tuple list, string and atom
keys, under_score and camelCase key formatting.