alef 0.23.35

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
5
    func {{ method_name }}({{ params }}){{ throws_clause }} -> {{ return_type }} {
{% if default_body %}
        {{ default_body }}
{% endif %}
    }