updated the tool to use rayon and have output capabilities

This commit is contained in:
2026-05-12 13:15:27 -05:00
parent 217bc7c84a
commit d8affb25d6
3534 changed files with 11346 additions and 98 deletions
@@ -0,0 +1,2 @@
{"$message_type":"diagnostic","message":"expected `,`, found `::`","code":null,"level":"error","spans":[{"file_name":"src/main.rs","byte_start":15537,"byte_end":15539,"line_start":442,"line_end":442,"column_start":56,"column_end":58,"is_primary":true,"text":[{"text":" println!(\"INFO:::done bruteforcing, happy hunting!\":::);","highlight_start":56,"highlight_end":58}],"label":"expected `,`","suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":"\u001b[1m\u001b[91merror\u001b[0m\u001b[1m: expected `,`, found `::`\u001b[0m\n \u001b[1m\u001b[94m--> \u001b[0msrc/main.rs:442:56\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m442\u001b[0m \u001b[1m\u001b[94m|\u001b[0m println!(\"INFO:::done bruteforcing, happy hunting!\":::);\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[91m^^\u001b[0m \u001b[1m\u001b[91mexpected `,`\u001b[0m\n\n"}
{"$message_type":"diagnostic","message":"aborting due to 1 previous error","code":null,"level":"error","spans":[],"children":[],"rendered":"\u001b[1m\u001b[91merror\u001b[0m\u001b[1m: aborting due to 1 previous error\u001b[0m\n\n"}