alef 0.32.5

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
if !({{ presence }}) {
    return {{ delegate_name }}(self).{{ method_name }}({{ arg_names }}){% if is_async %}.await{% endif %};
}