ass-core 0.1.2

High-performance ASS subtitle format parser and analyzer
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Comprehensive coverage tests for parser/main.rs
//!
//! This module contains tests specifically designed to achieve complete coverage
//! of the main parser functionality, focusing on error paths and edge cases.

#[path = "parser_main_coverage/content_handling.rs"]
mod content_handling;
#[path = "parser_main_coverage/edge_cases.rs"]
mod edge_cases;
#[path = "parser_main_coverage/size_and_bom.rs"]
mod size_and_bom;