xorhex

Results 12 issues of xorhex

When iterating through the scan results, how does one access the origin field set when adding the rule to the `compiler.source`? I also looked in the Rules object, but didn't...

Rust n00b here. Trying to multithread jaq queries using rayon and ran into this - guessing the trait `Send` needs to be implemented for `jaq_json::Val`: ``` json_files .par_iter() .flat_map(|file| {...