//! Line processing logic for streaming ASS parser
//!//! Handles incremental processing of individual lines during streaming parsing,
//! with context-aware processing based on current parser state.
modline_processor;modsection_lines;#[cfg(test)]modcontent_tests;#[cfg(test)]moddispatch_tests;pubuseline_processor::LineProcessor;