pub const PATTERNS: &[(&str, &str)];Expand description
Pairs of (pattern_id, needle) consumed by
crate::paste::detector::scan. Order matters for id stability:
matched ids are stable across versions to support downstream tooling.
pub const PATTERNS: &[(&str, &str)];Pairs of (pattern_id, needle) consumed by
crate::paste::detector::scan. Order matters for id stability:
matched ids are stable across versions to support downstream tooling.