alef-backend-napi 0.17.35

Node.js (NAPI-RS) backend for alef
Documentation
1
2
3
4
5
{% if has_error %}#[allow(clippy::missing_errors_doc)]
{% endif %}#[napi{{ js_name_attr }}]
pub fn {{ func_name }}({{ params_str }}) -> {{ ret }} {
    {{ body }}
}