The source code created during the live stream "Creating Node.js libraries with Rust using Neon (Twitch live stream)".
The code implements a square sum of the first 1 million numbers.
You need a recent version of Node.js and Rust installed in your system.
Run:
npm i
To install and compile the necessary dependencies
To run a JS only version of the code:
node sum_pure.js
To run the Rust counterpart:
node sum_rust.js
Everyone is very welcome to contribute to this project. You can contribute just by submitting bugs or suggesting improvements by opening an issue on GitHub.
Licensed under MIT License. © Luciano Mammino.