neon-bridge
Build and load native Rust/Neon modules.
Last updated 9 years ago by dherman .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ gnpm install neon-bridge 
SYNC missed versions from official npm registry.

Neon-bridge

npm

Automatically load Neon modules.

API

var addon = require('neon-bridge').load();

You can override defaults by passing an optional options object to the neon-bridge module:

Option Description Type Default
root project root string nearest containing directory of caller with package.json or node_modules
name library name string parse($manifest).package.name
manifest manifest path path $root/Cargo.toml

License

MIT

Current Tags

  • 0.1.3                                ...           latest (9 years ago)

5 Versions

  • 0.1.3                                ...           9 years ago
  • 0.1.2                                ...           9 years ago
  • 0.1.1                                ...           9 years ago
  • 0.1.0                                ...           9 years ago
  • 0.0.10                                ...           9 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (10)
Dev Dependencies (0)
None
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |