Crates.io | napi-sys |
lib.rs | napi-sys |
version | |
source | src |
created_at | 2017-11-30 02:04:20.893393+00 |
updated_at | 2024-12-18 15:54:06.416693+00 |
description | NodeJS N-API raw binding |
homepage | |
repository | https://github.com/napi-rs/napi-rs |
max_upload_size | |
id | 41044 |
Cargo.toml error: | TOML parse error at line 23, column 1 | 23 | 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` |
size | 0 |
Dynamic loading logic copied from https://github.com/neon-bindings/neon/tree/0.10.0/crates/neon-runtime/src/napi/bindings.
Low-level N-API bindings for Node.js addons written in Rust.
See the napi for the high-level API.