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
//! Edge case and error handling tests for the utils module.
//!
//! This module contains comprehensive tests targeting previously untested code paths
//! in the utils module, focusing on span validation, color parsing, and UU decoding.

#[path = "utils_edge_cases/color.rs"]
mod color;
#[path = "utils_edge_cases/error_conditions.rs"]
mod error_conditions;
#[path = "utils_edge_cases/spans.rs"]
mod spans;
#[path = "utils_edge_cases/uu_data.rs"]
mod uu_data;