https://github.com/terraphim/terraphim-automata-napi-rs
Rust crate [Aho-Corasick](https://github.com/BurntSushi/aho-corasick) This project uses [NAPI-RS](https://napi.rs/)](https://napi.rs/) and build for [Terraphim AI](https://terraphim.ai/). Currently two functions are exposed: findMatched and replaceAllStream, see index.d.ts for signatures. findMatched is using MatchKind::LeftmostLongest.
https://github.com/terraphim/terraphim-automata-napi-rs
Last synced: 3 months ago
JSON representation
Rust crate [Aho-Corasick](https://github.com/BurntSushi/aho-corasick) This project uses [NAPI-RS](https://napi.rs/)](https://napi.rs/) and build for [Terraphim AI](https://terraphim.ai/). Currently two functions are exposed: findMatched and replaceAllStream, see index.d.ts for signatures. findMatched is using MatchKind::LeftmostLongest.
- Host: GitHub
- URL: https://github.com/terraphim/terraphim-automata-napi-rs
- Owner: terraphim
- Created: 2023-07-18T11:47:11.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-18T22:56:00.000Z (almost 2 years ago)
- Last Synced: 2025-01-23T09:44:53.646Z (4 months ago)
- Language: JavaScript
- Size: 892 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Node JS bindings to Rust aho-corasick automata crate
Rust crate [Aho-Corasick](https://github.com/BurntSushi/aho-corasick)
This project uses [NAPI-RS](https://napi.rs/)](https://napi.rs/) and build for [Terraphim AI](https://terraphim.ai/). Currently two functions are exposed: findMatched and replaceAllStream, see index.d.ts for signatures.
findMatched is using MatchKind::LeftmostLongest.