nodejs-sys 0.1.0

Native bindings to the nodejs' n-api
docs.rs failed to build nodejs-sys-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: nodejs-sys-0.15.0

nodejs-sys

Bindings for NodeJS' N-API.

Requirements

To build this create you need libclang and NodeJS' node_api.h available, since bindings are being generated at build-time.

If node_api.h is not discoverable via normal resolution of includes, set environment variable NODE_INCLUDE=/path/to/node-v12.1.0-linux-x64/include/node.

The experimental N-API features may be enabled via usual cargo/rust feature-flags.

Stability

This crate is probably already done/stable, the real work is a to provide a wrapper crate with nice rust bindingsj