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
Nov 11, 2024 - Rust