Add NAPI-RS

This commit is contained in:
Robin Rodricks
2023-09-14 12:01:34 +05:30
committed by GitHub
parent 0b5cef9d67
commit 85ea0038a6

View File

@@ -719,6 +719,10 @@
- [nodenv](https://github.com/nodenv/nodenv) - Version manager that is similar to Ruby's rbenv. It supports auto version switching. - [nodenv](https://github.com/nodenv/nodenv) - Version manager that is similar to Ruby's rbenv. It supports auto version switching.
- [fnm](https://github.com/Schniz/fnm) - Cross-platform Node.js version manager built in Rust. - [fnm](https://github.com/Schniz/fnm) - Cross-platform Node.js version manager built in Rust.
### Cross-platform integration
- [napi-rs](https://github.com/napi-rs/napi-rs) - A framework for building compiled Node.js add-ons in Rust via Node-API.
### Natural language processing ### Natural language processing
- [retext](https://github.com/retextjs/retext) - An extensible natural language system. - [retext](https://github.com/retextjs/retext) - An extensible natural language system.