Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

napi-rs/napi-sys

Repository files navigation

napi-sys

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

See the napi crate for the high-level API.

Building

Requirements:

  • Install bindgen (cargo install bindgen) and its requirements
  • Install rustfmt (rustup component add rustfmt)
  • Install node.js

After doing that, you can build a new version of the bindings like so:

./scripts/update-bindings.sh

About

Low-level bindings to N-API to be wrapped with high-level APIs

Resources

Readme

License

MIT license

Stars

Watchers

Forks

Packages

Contributors