alef 0.25.37

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
5
6
7
8
9
10
11
  /**
{% if doc %}
   * {{ doc }}
{% endif %}
   */
  {{ method_name }}({{ param_sig }}): this {
{% if store_block %}
{{ store_block }}
{% endif %}
    return this;
  }