alef 0.25.35

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
5
6
7
defmodule {{ module_name }} do
{% if doc_body %}  @moduledoc """
{{ doc_body }}  """

{% endif %}{% if module_prefix %}  alias {{ module_prefix }}.Native

{% endif %}