alef 0.23.35

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
  def {{ method_name }}(%__MODULE__{} = {{ params }}) do
{% for update in updates %}    self = %__MODULE__{self | {{ update }}: {{ update }}}
{% endfor %}    self
  end