alef 0.23.35

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
  @doc false
  def {{ start_fn }}({{ start_call_args }}) do
    {{ native_mod }}.{{ start_fn }}({{ start_call_args }})
  end