1mod regex_generator; 2pub use regex_generator::RegexGenerator; 3 4#[cfg(feature = "wasm")] 5mod wasm; 6#[cfg(feature = "wasm")] 7pub use wasm::*;