alef 0.23.35

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
5
  @doc "Clear all {{ trait_name }} plugins from the global registry."
  @spec {{ func_name }}() :: :ok | :error
  def {{ func_name }} do
    {{ native_mod }}.{{ func_name }}()
  end