napi-rs/sys
2020-11-11 14:34:30 +08:00
..
src fix(napi): hanlde unknown enum values from FFI 2020-11-11 14:34:30 +08:00
Cargo.toml refactor(napi-sys): remove bindgen 2020-11-10 17:52:59 +08:00
README.md

napi-sys

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

See the napi for the high-level API.