alef 0.24.13

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
{{ attrs }}#[napi(js_name = "{{ js_name }}")]
pub fn {{ rust_name }}({{ params }}) -> {{ return_annotation }} {
{{ body }}
}