/interop-neon

An experiment using neon to wrap Rust and call in Node.js

Primary LanguageRust

interop-neon

An experiment in Neon

  • The main Node entry point is at: interop-neon/lib/index.js
  • The main Rust entry point is at: interop-neon/native/src/lib.rs

To build the project:

  • run npm install from within the interop-neon directory.
  • Test it out with node -e 'require("./")'.