register_rule_set!() { /* proc-macro */ }
Expand description
- Register a rule set with the given name, priority, and dependencies.
§Example
-
- use conjure_macros::register_rule_set;
- register_rule_set!(“MyRuleSet”, 10, (“DependencyRuleSet”, “AnotherRuleSet”));
-