alef 0.23.42

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 _registrations: Array<[string, any[], (...args: any[]) => any]> = [];