| Crates.io | napi-build |
| lib.rs | napi-build |
| version | 2.2.3 |
| created_at | 2020-03-16 06:34:29.73571+00 |
| updated_at | 2025-07-24 13:43:16.405751+00 |
| description | N-API build support |
| homepage | |
| repository | https://github.com/napi-rs/napi-rs |
| max_upload_size | |
| id | 219302 |
| size | 7,501 |
Build support for napi-rs
Setup N-API build in your build.rs:
extern crate napi_build;
fn main() {
napi_build::setup();
}