napi-rs/crates/build
2023-10-17 20:18:29 +08:00
..
src feat(cli): brand new cli tool with both cli and programmatical usage (#1492) 2023-04-06 11:04:53 +08:00
Cargo.toml feat: bump msrv to 1.65 (#1755) 2023-10-17 20:18:29 +08:00
README.md Introduce #[napi] procedural macro to automation development boilerplate (#696) 2021-09-23 01:29:09 +08:00

napi-build

chat

Build support for napi-rs

Setup N-API build in your build.rs:

extern crate napi_build;

fn main() {
    napi_build::setup();
}