// XSLT has template rules that match based on patterns, a subset of XPath.
// This module contains the runtime to match items with patterns.
modmode;modpattern_core;modpattern_lookup;pubusemode::{ModeId, ModeLookup};pub(crate)usepattern_core::PredicateMatcher;