1//! Substitution rule processing 2pub mod matcher; 3pub mod matcher_vectree; 4mod prepare_rule; 5pub mod repository; 6pub mod rule_error; 7mod state; 8mod update_first_seq; 9mod vec_attrs;