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§
- Evaluation
Metadata - Metadata about the evaluation process
- Evaluation
Result - Complete evaluation result for a file
- Match
Result - Result of a single magic rule match