alef-codegen 0.15.34

Shared codegen utilities for the alef polyglot binding generator
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
{%- if has_too_many_arguments %}
#[allow(clippy::too_many_arguments)]
{%- endif %}
{%- if has_missing_errors_doc %}
#[allow(clippy::missing_errors_doc)]
{%- endif %}
#[{{ attr_inner }}]
{%- if needs_signature %}
{{ signature_prefix }}{{ sig_defaults }}{{ signature_suffix }}
{%- endif %}
{{ func_sig }} {
{{ body }}
}