alef-codegen 0.15.8

Shared codegen utilities for the alef polyglot binding generator
Documentation
1
2
3
4
5
6
{%- if block_attr %}
#[{{ block_attr }}]
{%- endif %}
impl {{ prefixed_name }} {
{{ content }}
}