alef 0.25.37

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
5
6
7
8
9
10
{% if class_doc %}
/**
 * {{ class_doc }}
 */
{% endif %}
export class {{ class_name }} {
  private readonly _app: {{ native_class_name }};
{% if config_fields %}
{{ config_fields }}
{% endif %}