napi-rs/crates/sys
2022-12-16 13:41:16 +08:00
..
src chore(napi): reduce Mutex usage while loading addon 2022-12-16 13:41:16 +08:00
Cargo.toml Add rust-version field to Cargo.tomls (#1190) 2022-05-20 16:23:10 +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.