1#![warn(missing_docs)] 2//! Regex parser based on a DFA implementation 3 4/// The regex parser 5pub mod regex;