exconstructor
exconstructor copied to clipboard
Example inline usage for the docs
trafficstars
Wasn't trivial, at least to me, to set this working. Can I submit a PR to add to docs?
defmodule CreateShift, do: [defstruct([:shift_id]), use(ExConstructor)]
Sorry for the late reply! I welcome PRs that improve anything about the project, including docs. Thanks!