Skip to content

napi-rs/node-rs

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
March 2, 2021 15:19
March 5, 2023 16:24
September 25, 2020 15:49

node-rs

When Node.js meet Rust = 🚀

napi-rs

Make rust crates binding to Node.js use napi-rs

Support matrix

node12 node14 node16 node18
Windows x64
Windows x32
Windows arm64
macOS x64
macOS arm64 (m chips)
Linux x64 gnu (glibc 2.17)
Linux x64 musl
Linux arm gnu (glibc 2.17)
Linux arm64 gnu (glibc 2.17)
Linux arm64 musl
Android arm64
Android armv7
FreeBSD x64

Packages

Package Version Downloads Description
@node-rs/crc32 Fastest CRC32 implementation using SIMD
@node-rs/jieba jieba-rs binding
@node-rs/bcrypt Fastest bcrypt implementation
@node-rs/deno-lint deno_lint Node.js binding
@node-rs/xxhash xxhash-rust Node.js binding
@node-rs/argon2 argon2 binding for Node.js.
@node-rs/jsonwebtoken jsonwebtoken binding for Node.js.