noders A dummy project to demonstrate how to embed Rust in Node using FFIs. Instructions Go to the rust folder and build the project: cargo build --release Go to the node folder, install and run index.js: npm i node index.js