Git Source

Structure to store the Rules structs

struct RuleStorageSet {
    bool set;
    Rule rule;
}