1//! Node.js (NAPI-RS) binding generator backend for alef. 2 3mod gen_bindings; 4pub(crate) mod template_env; 5pub mod trait_bridge; 6mod type_map; 7 8pub use gen_bindings::NapiBackend;