Skip to main content

KV_LABEL_SUFFIX

Constant KV_LABEL_SUFFIX 

Source
pub const KV_LABEL_SUFFIX: &str = "_kv";
Expand description

Label suffix that marks patterns as key-value-only.

Patterns whose label ends with this suffix are excluded from the streaming scanner pass (for_structured_pass) because the key-value processor resolves their values structurally and the scanner would produce spurious duplicate replacements on the surrounding syntax.