1 2 3 4 5 6 7
//! Compiled pattern metadata and scatter mappings. mod compiled; mod mapping; pub use compiled::{CompiledPattern, RuleEntry, RuleMatch, MAX_CACHED_POSITIONS, MAX_RULE_STRINGS}; pub use mapping::PatternMapping;