Packages
simple_struct
0.1.0
Create simple structs in a concise way. If they need to grow, expand them to regular structs.
Current section
Files
Jump to
Current section
Files
simple_struct
.formatter.exs
.formatter.exs
# Used by "mix format"
[
inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"],
locals_without_parens: [defdata: :*],
export: [
locals_without_parens: [defdata: :*]
]
]