napi-build

Crates.ionapi-build
lib.rsnapi-build
version
sourcesrc
created_at2020-03-16 06:34:29.73571+00
updated_at2025-03-22 05:24:41.143519+00
descriptionN-API build support
homepage
repositoryhttps://github.com/napi-rs/napi-rs
max_upload_size
id219302
Cargo.toml error:TOML parse error at line 25, column 1 | 25 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
LongYinan (Brooooooklyn)

documentation

README

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();
}
Commit count: 2969

cargo fmt