alef 0.24.13

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
5
6
7
8
{% if default_case %}
/// Default implementation: every method returns `{{ default_case }}` so conforming
/// types only need to implement the callbacks they care about.
{% else %}
/// Default implementation: conforming types only need to implement
/// the callbacks they care about.
{% endif %}
public extension {{ protocol_name }} {