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. Learn more →
Top 5 Rust RegExp 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 -
melody
Melody is a language that compiles to regular expressions and aims to be more readable and maintainable
Project mention: Melody 0.19.0 | A language that compiles to regular expressions and aims to be more readable and maintainable | /r/rust | 2023-07-19 -
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.
-
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-...
-
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.
-
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 RegExp related posts
- grex 1.0.0 - Generate regular expressions from user-provided test cases
- Please ask questions (rust-lang/regex)
- Please ask questions (rust-lang/regex)
- ScripterC - Rust-lang set
- Seeking feedback - Revice, a high-level regex transpiler and regex library generator for readability and reusability.
- Revice - A high-level regex transpiler and library generator (Proposal stage)
- Some positive and negative comments after using rust for a while
-
A note from our sponsor - InfluxDB
www.influxdata.com | 29 Nov 2023
Index
What are some of the best open-source RegExp projects in Rust? This list will help you:
Project | Stars | |
---|---|---|
1 | grex | 6,323 |
2 | melody | 4,518 |
3 | regex | 3,155 |
4 | pomsky | 1,246 |
5 | human_regex | 46 |