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
//! Comprehensive tests for utils module functionality.
//!
//! The original single-file test module is split into focused submodules
//! by concern; each stays under the 200-line file budget while preserving
//! the original coverage verbatim.

mod escape;
mod misc;
mod numeric;
mod strings;
mod text;
mod time_color;