napi-rs/sys
LongYinan 1a3621b727
feat(napi): major upgrades for napi@1
1. inline everything
2. change `check_status` and `type_of` to macro
3. provide #[module_exports] macro
4. remove debug and repr[transparent] for ffi struct
2020-11-26 11:31:49 +08:00
..
src feat(napi): major upgrades for napi@1 2020-11-26 11:31:49 +08:00
Cargo.toml refactor(napi-sys): remove bindgen 2020-11-10 17:52:59 +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.