alef 0.23.39

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
5
6
7
#[derive(Clone, Default)]
#[wasm_bindgen]
pub struct {{ struct_name }} {
{%- for field in fields %}
    {{ field.name }}: {{ field.field_type }},
{%- endfor %}
}