alef 0.25.10

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
5
6
7
{% if mark %}
// MARK: - Sendable conformance for {{ type_name }} ({{ mark }})
{% endif %}
{% for comment in comments %}
// {{ comment }}
{% endfor %}
extension RustBridge.{{ type_name }}: @unchecked Sendable {}