alef 0.83.2

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
5
6
{% if binds_result %}
        let result = self.bridge.{{ method_name }}({{ call_args }})
        return result
{% else %}
        self.bridge.{{ method_name }}({{ call_args }})
{% endif %}