Crate rusty_regex

Crate rusty_regex 

Source

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-internals feature. Runtime engine: DFA fast-path plus back-tracker for heavyweight constructs.
nfa
parser
Hand-rolled recursive-descent parser → Ast.
regex_set