alef 0.25.21

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
5
{% if is_async %}
        return withContext(Dispatchers.IO) { {{ bridge_call }} }
{% else %}
        return {{ bridge_call }}
{% endif %}