alef 0.24.3

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