napi-rs/crates/sys
2023-11-06 11:00:27 +08:00
..
src feat(napi,sys): sync to napi9 (#1781) 2023-11-06 11:00:27 +08:00
Cargo.toml feat: bump msrv to 1.65 (#1755) 2023-10-17 20:18:29 +08:00
LICENSE refactor(napi): use libloading on Windows 2022-05-06 22:27:09 +08:00
README.md refactor(napi): use libloading on Windows 2022-05-06 22:27:09 +08:00

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.