Skip to main content

Module output

Module output 

Source
Expand description

Output formatting module for magic rule evaluation results

This module provides data structures and functionality for storing and formatting the results of magic rule evaluation, supporting both text and JSON output formats.

The module follows a structured approach where evaluation results contain metadata about the evaluation process and a list of matches found during rule processing.

Modules§

json
JSON output formatting for magic rule evaluation results
text
Text output formatting for magic rule evaluation results

Structs§

EvaluationMetadata
Metadata about the evaluation process
EvaluationResult
Complete evaluation result for a file
MatchResult
Result of a single magic rule match