File tree 1 file changed +1
-2
lines changed
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,6 @@ A dependency-free WebAssembly build of [Rust Regex](https://docs.rs/regex/latest
5
5
![ GitHub Actions Workflow Status] ( https://img.shields.io/github/actions/workflow/status/2fd/rregex/release.yml?branch=master ) ![ GitHub Release] ( https://img.shields.io/github/v/release/2fd/rregex ) ![ NPM Version] ( https://img.shields.io/npm/v/rregex )
6
6
[ ![ JSR] ( https://jsr.io/badges/@rregex/rregex )] ( https://jsr.io/@rregex/rregex )
7
7
8
- > Note: this project is not intended to be used in production jet
9
-
10
8
- [ Why Rust Regex] ( #why-rust-regex )
11
9
- [ Install] ( #install )
12
10
- [ Supported Runtimes] ( #supported-runtimes )
@@ -16,6 +14,7 @@ A dependency-free WebAssembly build of [Rust Regex](https://docs.rs/regex/latest
16
14
- [ ` Match ` ] ( https://tsdocs.dev/docs/rregex/latest/types/Match.html )
17
15
- [ ` Captures ` ] ( https://tsdocs.dev/docs/rregex/latest/types/Captures.html )
18
16
- [ ` escape ` ] ( https://tsdocs.dev/docs/rregex/latest/functions/escape.html )
17
+ - [ Benchmarks] ( #benchmarks )
19
18
- [ Known Issues] ( #known-issues )
20
19
21
20
## Why Rust Regex
You can’t perform that action at this time.
0 commit comments