alef 0.24.13

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
5
6
7
/// Register a handler via the `{{ variant_name }}` variant shortcut.
{% if doc %}
///
/// {{ doc }}
{% endif %}
#[napi]
pub fn {{ variant_name }}({{ param_sig }}) -> napi::Result<()> {