napi-rs/crates/sys
2021-12-08 13:18:47 +08:00
..
src feat(napi): enable node_api syntax error experimental functions 2021-12-02 13:59:27 +08:00
Cargo.toml feat: edition 2021 2021-12-08 13:18:47 +08:00
README.md Introduce #[napi] procedural macro to automation development boilerplate (#696) 2021-09-23 01:29:09 +08:00

napi-sys

chat

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

See the napi for the high-level API.