ass-core 0.1.2

High-performance ASS subtitle format parser and analyzer
Documentation
1
2
3
4
5
6
7
8
9
10
//! Comprehensive tests for error handling functionality
//!
//! Split into focused submodules by concern: error construction and trait
//! behavior, `Display` formatting, error classification, and line-number
//! metadata extraction.

mod classification;
mod construction;
mod display;
mod line_number;