</>PackageGraphPackageGraph

regex

Cargov1.13.1

An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.

0
Weekly downloads
0
Dependents
0
Dependencies
0/100
Popularity

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

VersionPublishedLicense
1.13.1latest3 days agoMIT OR Apache-2.0
1.13.010 days agoMIT OR Apache-2.0
1.12.41 month agoMIT OR Apache-2.0
1.12.35 months agoMIT OR Apache-2.0
1.12.29 months agoMIT OR Apache-2.0
1.12.19 months agoMIT OR Apache-2.0
1.12.09 months agoMIT OR Apache-2.0
1.11.39 months agoMIT OR Apache-2.0
1.11.210 months agoMIT OR Apache-2.0
1.11.11 year agoMIT OR Apache-2.0
1.11.01 year agoMIT OR Apache-2.0
1.10.61 year agoMIT OR Apache-2.0
1.10.52 years agoMIT OR Apache-2.0
1.10.42 years agoMIT OR Apache-2.0
1.10.32 years agoMIT OR Apache-2.0
1.10.22 years agoMIT OR Apache-2.0
1.10.12 years agoMIT OR Apache-2.0
1.10.02 years agoMIT OR Apache-2.0
1.9.62 years agoMIT OR Apache-2.0
1.9.52 years agoMIT 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.