alef 0.25.37

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
5
  @doc "Unregister a previously registered {{ trait_name }} plugin by name."
  @spec {{ func_name }}(String.t()) :: :ok | :error
  def {{ func_name }}(name) do
    {{ native_mod }}.{{ func_name }}(name)
  end