Re-exports§
pub use matcher::Regex;pub use error::RegexError;
Modules§
- ast
- Abstract-syntax tree.
- dfa
- Subset-construction: build a DFA from a Thompson-style NFA.
- error
- matcher
- To access internal modules for visualization or debugging, use the
expose-internalsfeature. Runtime engine: DFA fast-path plus back-tracker for heavyweight constructs. - nfa
- parser
- Hand-rolled recursive-descent parser →
Ast. - regex_
set