napi-rs/node-rs
Node.js bindings ❤️ Rust crates observed · 2026-08-28
Health v2 · maintenance only
98/100
- Activity 99
- Release rhythm 97
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 0
- age_days: 2360
- days_rel: 20
- days_push: 8
- n_releases_24m: 24
Adoption not part of the score
1469 stars · 51 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A collection of Node.js native addons written in Rust using napi-rs, providing packages like @node-rs/bcrypt, @node-rs/argon2, @node-rs/crc32, @node-rs/xxhash, @node-rs/webtoken, and @node-rs/jieba. It offers high-performance Rust implementations of hashing, checksum, JWT, and Chinese word segmentation libraries as npm packages.
Use cases
- hash passwords with bcrypt in nodejs
- verify and sign jwt tokens fast
- compute crc32 checksums with simd
- segment chinese text in node
- use argon2 password hashing in nodejs
- compute xxhash digests in javascript
When to choose
- you need faster native implementations of bcrypt, argon2, crc32, xxhash, jwt, or jieba in Node.js
- you want prebuilt cross-platform npm packages without compiling native code
When to avoid
- you need pure JavaScript dependencies for portability
- you need algorithms not covered by the provided packages
Facets
library · maturity active
cryptography nlp serialization developer-tools security rust cross-platform napi-rs native-addons bcrypt argon2 crc32 xxhash jieba webtoken rust-bindings natural-language-processing nodejs
2 sources
- readme: https://github.com/napi-rs/node-rs · fetched 2026-08-28 · dbb107f12368
- homepage: https://node-rs.dev · fetched 2026-08-29 · d3d44afddde1
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| napi-rs/node-rs | main | 98 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem