alef 0.25.37

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
5
{% if has_meta %}
                owner.{{ reg_method }}({{ meta_args }}, handler)
{% else %}
                owner.{{ reg_method }}(handler)
{% endif %}