napi-rs/sys
2020-10-15 16:14:11 +08:00
..
src refactor: decouple sys module of new napi-rs into a crate 2020-07-15 00:59:41 +08:00
build.rs ci: reduce aarch64 running time by cross compile in host machine 2020-10-15 16:14:11 +08:00
Cargo.toml refactor(build): use node to download .lib file on Windows 2020-10-10 13:04:42 +08:00
README.md refactor: decouple sys module of new napi-rs into a crate 2020-07-15 00:59:41 +08:00

napi-sys

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

See the napi for the high-level API.