alef-backend-napi 0.3.0

Node.js (NAPI-RS) backend for alef
Documentation
1
2
3
4
5
6
//! Node.js (NAPI-RS) binding generator backend for alef.

mod gen_bindings;
mod type_map;

pub use gen_bindings::NapiBackend;