JS Rust Bindings
Improving Node.js backend performance using Rust
Compare with neon
neon is the other rust crate which provide great development experience and high performance. neon has a v8 backend and an incomplete napi backend. Looking only at the N-API backend, there are also many differences between napi-rs and neon. neon has 2 backends and it tries to abstract over the 2 different API's.
https://napi.rs/docs/more/neon
NAPI-RS is another option to Neon. It's faster and has a new feature in beta tha... | Hacker News
https://news.ycombinator.com/item?id=28977793

Seonglae Cho