napi-rs/crates/sys
LongYinan c51d657224
Release independent packages
- napi@2.10.9
- napi-sys@2.2.3
2023-01-19 17:30:12 +08:00
..
src fix(napi): fallback to copy buffer if zero copy is not allowed (#1445) 2023-01-19 17:26:59 +08:00
Cargo.toml Release independent packages 2023-01-19 17:30:12 +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.