napi-rs/crates/sys
2024-03-27 14:35:16 +08:00
..
src feat(napi-sys): support load Node-API symbols dynamically (#2014) 2024-03-27 14:35:16 +08:00
Cargo.toml feat(napi-sys): support load Node-API symbols dynamically (#2014) 2024-03-27 14:35:16 +08:00
LICENSE
README.md

napi-sys

Dynamic loading logic copied from https://github.com/neon-bindings/neon/tree/0.10.0/crates/neon-runtime/src/napi/bindings.

chat

Low-level N-API bindings for Node.js addons written in Rust.

See the napi for the high-level API.