https://github.com/napi-rs/node-rs
Node.js bindings ❤️ Rust crates
https://github.com/napi-rs/node-rs
bcrypt crc32c eslint hash jieba napi-rs node-api nodejs
Last synced: 16 days ago
JSON representation
Node.js bindings ❤️ Rust crates
- Host: GitHub
- URL: https://github.com/napi-rs/node-rs
- Owner: napi-rs
- License: mit
- Created: 2020-03-17T16:04:58.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-05-07T22:33:56.000Z (21 days ago)
- Last Synced: 2025-05-10T02:05:25.393Z (19 days ago)
- Topics: bcrypt, crc32c, eslint, hash, jieba, napi-rs, node-api, nodejs
- Language: Rust
- Homepage: https://node-rs.dev
- Size: 24.5 MB
- Stars: 1,282
- Watchers: 9
- Forks: 38
- Open Issues: 42
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# node-rs

When `Node.js` meet `Rust` = 🚀
# napi-rs
Make rust crates binding to Node.js use [napi-rs](https://github.com/napi-rs/napi-rs)
Playground: [https://node-rs.dev](https://node-rs.dev)
# Packages
| Package | Version | Downloads | Description |
| -------------------------------------------------- | ----------------------------------------------------------- | -------------------------------------------------------------------------- | -------------------------------------------------------------------------- |
| [`@node-rs/crc32`](./packages/crc32) |  |  | Fastest `CRC32` implementation using `SIMD` |
| [`@node-rs/jieba`](./packages/jieba) |  |  | [`jieba-rs`](https://github.com/messense/jieba-rs) binding |
| [`@node-rs/bcrypt`](./packages/bcrypt) |  |  | Fastest bcrypt implementation |
| [`@node-rs/xxhash`](./packages/xxhash) |  |  | [`xxhash-rust`](https://github.com/DoumanAsh/xxhash-rust) Node.js binding |
| [`@node-rs/argon2`](./packages/argon2) |  |  | [argon2](https://crates.io/crates/argon2) binding for Node.js. |
| [`@node-rs/jsonwebtoken`](./packages/jsonwebtoken) |  |  | [jsonwebtoken](https://github.com/Keats/jsonwebtoken) binding for Node.js. |