SaaSHub helps you find the best software and product alternatives Learn more →
Top 5 Rust regular-expression Projects
-
grex
A command-line tool and Rust library with Python bindings for generating regular expressions from user-provided test cases
Project mention: grex 1.0.0 - Generate regular expressions from user-provided test cases | /r/Python | 2023-08-31 -
regex
An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.
It’s not quite that simple, but folks are working on it.
https://github.com/rust-lang/regex/issues/425#issuecomment-1...
https://github.com/helix-editor/helix/pull/211#issuecomment-...
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
I started with JS, and my first step was to write a simple script that checks if a regex is valid. I can call this script from Rust, but there's a problem: Starting a nodejs process takes about 100ms, which is not acceptable, especially for fuzzing.
-
fancy-regex
Rust library for regular expressions using "fancy" features like look-around and backreferences
-
You can check out the example usage and features in the repository readme, as well as the cookbook.
-
Onboard AI
Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
Rust regular-expressions related posts
- Please ask questions (rust-lang/regex)
- Please ask questions (rust-lang/regex)
- ScripterC - Rust-lang set
- Some positive and negative comments after using rust for a while
- Good projects to showcase rust
- Introducing Hitori – generic compile-time regular expressions library
- How can I use rust libraries with zig?
-
A note from our sponsor - #<SponsorshipServiceOld:0x00007f0fa225b328>
www.saashub.com | 29 Nov 2023
Index
What are some of the best open-source regular-expression projects in Rust? This list will help you:
Project | Stars | |
---|---|---|
1 | grex | 6,323 |
2 | regex | 3,155 |
3 | pomsky | 1,246 |
4 | fancy-regex | 361 |
5 | human_regex | 46 |