5 comments

[ 2.9 ms ] story [ 31.4 ms ] thread
Might want to think of a different name, napi is an API in the Linux kernel, a space that Rust is targeting. It's going to be super confusing searching for napi driver implementations with this node thing out there.
Another option to use rust from Node.js is Neon: https://neon-bindings.com/. It is a little older than napi-rs.

Overall using rust with node is not as seamless as Python with PyO3, but things are improving quickly.