use crateRuleMatch;
use crateRootCompiledRule;
use ;
use LazyLock;
use Vec;
/// A locally configured thread pool is used for Rayon to prevent conflicts with other libraries
/// that might override the (default) global thread pool with different (potentially undesirable) settings
pub static RAYON_THREAD_POOL: =
new;