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

Linked projects

Linked projects are projects that are related to this project. For example, a package may have a corresponding documentation project, or a library may have a corresponding framework project.