alef 0.48.14

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
5
6
7
/// Apply configuration via the `{{ method_name }}` configurator on the native app.
{% if doc %}
///
{{ doc }}
{% endif %}
#[napi]
pub fn {{ method_name }}(&self, {{ param_name }}: String) -> napi::Result<()> {