alef 0.25.37

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
5
6
7
8
9
  /**
{% for line in doc_lines %}
   * {{ line }}
{% endfor %}
   */
  {{ variant_name }}({{ full_sig }}): this {
    this._registrations.push([{{ variant_name_json }}, [{{ metadata_args }}], handler]);
    return this;
  }