alef 0.23.39

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
5
{% if unit_return %}
    fun {{ method_name }}({{ params }}) { inner.{{ method_name }}({{ args }}) }
{% else %}
    fun {{ method_name }}({{ params }}): {{ return_type }} = inner.{{ method_name }}({{ args }})
{% endif %}