napi-rs/sys
dependabot-preview[bot] 14a5bceb24
build(deps): update semver requirement from 0.10 to 0.11
Updates the requirements on [semver](https://github.com/steveklabnik/semver) to permit the latest version.
- [Release notes](https://github.com/steveklabnik/semver/releases)
- [Commits](https://github.com/steveklabnik/semver/compare/v0.10.0...v0.11.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-25 06:06:06 +00:00
..
src refactor: decouple sys module of new napi-rs into a crate 2020-07-15 00:59:41 +08:00
build.rs chore: make bindgen::Builder derive default 2020-08-24 20:19:47 +08:00
Cargo.toml build(deps): update semver requirement from 0.10 to 0.11 2020-09-25 06:06:06 +00:00
README.md refactor: decouple sys module of new napi-rs into a crate 2020-07-15 00:59:41 +08:00

napi-sys

Low-level N-API bindings for Node.js addons written in Rust.

See the napi for the high-level API.