alef 0.24.0

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
5
use crate::{{ app_type_name }};

#[napi]
impl {{ app_type_name }} {
{{ impl_methods }}}