Skip to main content

Module common

Module common 

Source
Expand description

Shared types and utilities used across multiple analysis modules.

Re-exports§

pub use severity::Severity;

Modules§

i18n_ext
Extended i18n helpers for entertainment tools.
severity
Shared severity level used by all analysis modules.

Enums§

OutputFormat
Output format for all analysis reports.

Functions§

format_score_color
Format a score as a colored string (green >= 80, yellow >= 60, red < 60).
score_to_grade
Grade label for a numeric score.