File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,9 @@ Make rust crates binding to NodeJS use [napi-rs](https://github.com/Brooooooklyn
17
17
18
18
# Packages
19
19
20
- | Package | Status | Downloads | Description |
21
- | -------------------------------------- | -------------------------------------------------------------- | -------------------------------------------------------------------- | ---------------------------------------------------------- |
22
- | [ ` @node-rs/crc32 ` ] ( ./packages/crc32 ) | ![ ] ( https://github.com/napi-rs/node-rs/workflows/CI/badge.svg ) | ![ ] ( https://img.shields.io/npm/dm/@node-rs/crc32.svg?sanitize=true ) | Fastest ` CRC32 ` implementation using ` SIMD ` |
23
- | [ ` @node-rs/jieba ` ] ( ./packages/jieba ) | ![ ] ( https://github.com/napi-rs/node-rs/workflows/CI/badge.svg ) | ![ ] ( https://img.shields.io/npm/dm/@node-rs/jieba.svg?sanitize=true ) | [ ` jieba-rs ` ] ( https://github.com/messense/jieba-rs ) binding |
24
- | [ ` @node-rs/bcrypt ` ] ( ./packages/bcrypt ) | ![ ] ( https://github.com/napi-rs/node-rs/workflows/CI/badge.svg ) | ![ ] ( https://img.shields.io/npm/dm/@node-rs/bcrypt.svg?sanitize=true ) | Fastest bcrypt implementation |
20
+ | Package | Status | Downloads | Description |
21
+ | -------------------------------------------- | -------------------------------------------------------------- | ----------------------------------------------------------------------- | ----------------------------------------------------------------- |
22
+ | [ ` @node-rs/crc32 ` ] ( ./packages/crc32 ) | ![ ] ( https://github.com/napi-rs/node-rs/workflows/CI/badge.svg ) | ![ ] ( https://img.shields.io/npm/dm/@node-rs/crc32.svg?sanitize=true ) | Fastest ` CRC32 ` implementation using ` SIMD ` |
23
+ | [ ` @node-rs/jieba ` ] ( ./packages/jieba ) | ![ ] ( https://github.com/napi-rs/node-rs/workflows/CI/badge.svg ) | ![ ] ( https://img.shields.io/npm/dm/@node-rs/jieba.svg?sanitize=true ) | [ ` jieba-rs ` ] ( https://github.com/messense/jieba-rs ) binding |
24
+ | [ ` @node-rs/bcrypt ` ] ( ./packages/bcrypt ) | ![ ] ( https://github.com/napi-rs/node-rs/workflows/CI/badge.svg ) | ![ ] ( https://img.shields.io/npm/dm/@node-rs/bcrypt.svg?sanitize=true ) | Fastest bcrypt implementation |
25
+ | [ ` @node-rs/deno-lint ` ] ( ./packages/deno-lint ) | ![ ] ( https://github.com/napi-rs/node-rs/workflows/CI/badge.svg ) | ![ ] ( https://img.shields.io/npm/dm/@node-rs/deno-lint.svg?sanitize=true ) | [ deno_lint] ( https://github.com/denoland/deno_lint ) nodejs binding |
You can’t perform that action at this time.
0 commit comments