Skip to content

Commit 28e692a

Browse files
author
LongYinan
committed
docs: add dm badges to README [skip ci]
1 parent 54a5832 commit 28e692a

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ Make rust crates binding to NodeJS use [napi-rs](https://github.com/Brooooooklyn
1717

1818
# Packages
1919

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 |

packages/bcrypt/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# `@node-rs/bcrypt`
22

33
![](https://github.com/napi-rs/node-rs/workflows/CI/badge.svg)
4+
![](https://img.shields.io/npm/dm/@node-rs/bcrypt.svg?sanitize=true)
45

56
🚀 Fastest bcrypt in NodeJS
67

packages/crc32/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# `@node-rs/crc32`
22

33
![](https://github.com/napi-rs/node-rs/workflows/CI/badge.svg)
4+
![](https://img.shields.io/npm/dm/@node-rs/crc32.svg?sanitize=true)
45

56
Fastest `crc32` implement in `NodeJS`
67

packages/jieba/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# `@node-rs/jieba`
22

33
![](https://github.com/napi-rs/node-rs/workflows/CI/badge.svg)
4+
![](https://img.shields.io/npm/dm/@node-rs/jieba.svg?sanitize=true)
45

56
[jieba-rs](https://github.com/messense/jieba-rs) binding to NodeJS
67

0 commit comments

Comments
 (0)