This crate provides bindings to the Node-API, making it possible to write Node native addons in Rust. The node_api_system
crate provides direct bindings to the Node-API C API. The node_api
crate provides high level bindings that are designed to be the Rust equivalent of the node-addon-api for C++.