Is there anyway to embed node inside Rust (not neon, which embeds Rust modules in Node).
Googling around, I found:
https://s3.amazonaws.com/temp.michaelfbryan.com/node/index.html
so it appears to be something of interest but no clear solution.
[My main goal is to be able to use Node.js libraries from Rust]