nj-sys 1.0.0

low level binding to Node N-API
Documentation
1
2
3
4
5
6
7
8
9
# Low level bindings to Nodejs N-API.

Rust wrapper for NodeJs [N-API](https://nodejs.org/api/n-api.html)

# Manual re-generation of binding.rs

```make generate```

This will generate src/binding.rs.  The code is check-in in order to avoid dependency to LLVM which is required by bindgen crate.