napi-rs/sys
2021-04-21 23:54:34 +08:00
..
src feat(napi): add napi8 features 2021-04-21 23:13:34 +08:00
Cargo.toml napi-sys@1.1.0 2021-04-21 23:54:34 +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.