| Crates.io | napi-build |
| lib.rs | napi-build |
| version | 2.3.1 |
| created_at | 2020-03-16 06:34:29.73571+00 |
| updated_at | 2025-11-10 04:35:23.490994+00 |
| description | N-API build support |
| homepage | |
| repository | https://github.com/napi-rs/napi-rs |
| max_upload_size | |
| id | 219302 |
| size | 8,154 |
Build support for napi-rs
Setup N-API build in your build.rs:
extern crate napi_build;
fn main() {
napi_build::setup();
}