//! Builder patterns for ASS types
//!//! Provides fluent builder APIs for creating ASS events, styles, and other structures
//! with ergonomic method chaining and validation.
modevent;modevent_build;modstyle;modstyle_build;modstyle_format;modstyle_setters;#[cfg(test)]modevent_tests;#[cfg(test)]modstyle_tests;pubuseevent::EventBuilder;pubusestyle::StyleBuilder;