napi-rs/crates/sys
LongYinan 24c5d6950e
Release independent packages
napi@2.0.0-beta.0
napi-sys@2.1.0
napi-derive@2.0.0-beta.0
napi-build@1.2.0
napi-derive-backend@1.0.12
2021-12-02 14:35:57 +08:00
..
src feat(napi): enable node_api syntax error experimental functions 2021-12-02 13:59:27 +08:00
Cargo.toml Release independent packages 2021-12-02 14:35:57 +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.