pub fn parse_rules_parallel(grl_text: &str) -> Vec<ParsedRule>Expand description
Parse multiple rules in parallel
Takes a GRL file and splits it into rules, then parses each rule in parallel using all available CPU cores.
pub fn parse_rules_parallel(grl_text: &str) -> Vec<ParsedRule>Parse multiple rules in parallel
Takes a GRL file and splits it into rules, then parses each rule in parallel using all available CPU cores.