Skip to main content

evaluate_batch

Function evaluate_batch 

Source
pub fn evaluate_batch(
    rule_json: &str,
    contexts_json: &[String],
) -> RuleEngineResult<Vec<Value>>
Expand description

Evaluate a rule against many contexts (parallel on native, sequential on WASM).