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