File tree Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
When ` NodeJS ` meet ` Rust ` = 🚀
4
4
5
+ # napi-rs
6
+
7
+ Make rust crates binding to NodeJS use [ napi-rs] ( https://github.com/Brooooooklyn/napi-rs )
8
+
5
9
# Support matrix
6
10
7
11
| | node 10 | node12 | node13 | node14 |
@@ -12,6 +16,6 @@ When `NodeJS` meet `Rust` = 🚀
12
16
13
17
# Packages
14
18
15
- | Package | Status | Description |
16
- | ---------------- | ------------------------------------------------------------------- | ------------------------------------------- |
17
- | ` @node-rs/crc32 ` | ![ ] ( https://github.com/Brooooooklyn/node-rs/workflows/CI/badge.svg ) | Fastest ` CRC32 ` implementation using ` SIMD ` |
19
+ | Package | Status | Description |
20
+ | ---------------------------------------------- | ------------------------------------------------------------------- | ------------------------------------------- |
21
+ | [ ` @node-rs/crc32 ` ] ( ./packages/crc32/README.md ) | ![ ] ( https://github.com/Brooooooklyn/node-rs/workflows/CI/badge.svg ) | Fastest ` CRC32 ` implementation using ` SIMD ` |
Original file line number Diff line number Diff line change 1
1
# ` @node-rs/crc32 `
2
2
3
+ ![ ] ( https://github.com/Brooooooklyn/node-rs/workflows/CI/badge.svg )
4
+
3
5
Fastest ` crc32 ` implement in ` NodeJS `
4
6
7
+ # Support matrix
8
+
9
+ | | node 10 | node12 | node13 | node14 |
10
+ | ----------------- | ------- | ------ | ------ | ------ |
11
+ | Windows 64 latest | ✅ | ✅ | ✅ | ✅ |
12
+ | macOS latest | ✅ | ✅ | ✅ | ✅ |
13
+ | Linux | ✅ | ✅ | ✅ | ✅ |
14
+
5
15
## API
6
16
7
17
``` ts
You can’t perform that action at this time.
0 commit comments