An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.
rust automata regex regexp nfa automaton regular-expressions dfa regex-engine regex-syntax regex-parser
-
Updated
Aug 25, 2025 - Rust