napi-rs/crates/sys
LongYinan 688ee04247
Release independent packages
- napi-build@2.1.0
- napi-derive@2.14.0
- napi@2.14.0
- napi-sys@2.3.0
2023-11-07 14:18:36 +08:00
..
src style(napi): fix compile warning (#1785) 2023-11-06 11:21:26 +08:00
Cargo.toml Release independent packages 2023-11-07 14:18:36 +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.