Skip to content

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

License

Notifications You must be signed in to change notification settings

napi-rs/napi-sys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

napi-sys

Travis Build Status AppVeyor Build Status

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

License

Stars

Watchers

Forks

Packages

No packages published