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
12
13
//! Comprehensive coverage tests for utils/mod.rs
//!
//! This module contains tests specifically designed to achieve complete coverage
//! of utility functions, especially error paths and edge cases.

#[path = "utils_comprehensive_coverage/color.rs"]
mod color;
#[path = "utils_comprehensive_coverage/spans.rs"]
mod spans;
#[path = "utils_comprehensive_coverage/time.rs"]
mod time;
#[path = "utils_comprehensive_coverage/uu.rs"]
mod uu;