alef 0.23.76

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