| Crates.io | napi-build-ohos |
| lib.rs | napi-build-ohos |
| version | 1.1.0 |
| created_at | 2023-11-22 06:23:48.023451+00 |
| updated_at | 2025-07-26 02:42:34.244288+00 |
| description | N-API build support |
| homepage | |
| repository | https://github.com/ohos-rs/ohos-rs |
| max_upload_size | |
| id | 1044891 |
| size | 8,494 |
Build support for napi-rs
Setup N-API build in your build.rs:
extern crate napi_build;
fn main() {
napi_build::setup();
}