alef 0.24.4

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
5
6
{% if doc_first %}
  @doc "{{ doc_first }}"
{% endif %}{% if args %}  def {{ func_name }}({{ args }}) do
{% else %}  def {{ func_name }} do
{% endif %}    {{ native_mod }}.{{ func_name }}({{ args }})
  end