regex
Cargov1.13.1An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.
Overview
regex is an Cargo package that an implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs. The latest version is 1.13.1.
Who should use it
Teams working in the Cargo ecosystem who need an implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs and value a focused solution.
When not to use it
Consider an alternative if you need to have first-class TypeScript types out of the box, or if a more actively-maintained option better fits your Cargo stack.
Pros
- Zero runtime dependencies — minimal footprint.
Cons
- No bundled TypeScript types (may require a separate @types package).
- No license detected — review usage terms before adopting.
Auto-generated from collected registry metadata. No external claims are inferred.
Version history
| Version | Published | License |
|---|---|---|
| 1.13.1latest | 3 days ago | MIT OR Apache-2.0 |
| 1.13.0 | 10 days ago | MIT OR Apache-2.0 |
| 1.12.4 | 1 month ago | MIT OR Apache-2.0 |
| 1.12.3 | 5 months ago | MIT OR Apache-2.0 |
| 1.12.2 | 9 months ago | MIT OR Apache-2.0 |
| 1.12.1 | 9 months ago | MIT OR Apache-2.0 |
| 1.12.0 | 9 months ago | MIT OR Apache-2.0 |
| 1.11.3 | 9 months ago | MIT OR Apache-2.0 |
| 1.11.2 | 10 months ago | MIT OR Apache-2.0 |
| 1.11.1 | 1 year ago | MIT OR Apache-2.0 |
| 1.11.0 | 1 year ago | MIT OR Apache-2.0 |
| 1.10.6 | 1 year ago | MIT OR Apache-2.0 |
| 1.10.5 | 2 years ago | MIT OR Apache-2.0 |
| 1.10.4 | 2 years ago | MIT OR Apache-2.0 |
| 1.10.3 | 2 years ago | MIT OR Apache-2.0 |
| 1.10.2 | 2 years ago | MIT OR Apache-2.0 |
| 1.10.1 | 2 years ago | MIT OR Apache-2.0 |
| 1.10.0 | 2 years ago | MIT OR Apache-2.0 |
| 1.9.6 | 2 years ago | MIT OR Apache-2.0 |
| 1.9.5 | 2 years ago | MIT OR Apache-2.0 |
Maintainers
Frequently asked questions
How do I install regex?
Run `cargo add regex` to add regex to your Cargo project.
What license is regex released under?
No license was detected in regex's metadata; review the repository before use.
How popular is regex?
regex has approximately 0 downloads per week.