Build support for napi-rs
Setup N-API build in your build.rs:
N-API
build.rs
```rust extern crate napi_build;
fn main() { napi_build::setup(); } ```