//! Performance issue detection rule for ASS script linting.
//!//! Detects potential performance issues in subtitle scripts that could
//! impact rendering speed, memory usage, or playback smoothness.
modrule;#[cfg(test)]modtests;pubuserule::PerformanceRule;