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
//! Integration tests for ASS v4++ specification support
//!
//! Tests parsing, analysis, and rendering of v4++ format extensions including
//! separate top/bottom margins, `RelativeTo` positioning, and \kt karaoke tags.
//! Ensures backward compatibility with v4+ format while properly handling
//! new v4++ features.

#[path = "v4plusplus_spec/karaoke.rs"]
mod karaoke;
#[path = "v4plusplus_spec/parsing.rs"]
mod parsing;
#[path = "v4plusplus_spec/resolved.rs"]
mod resolved;