//! Binary data parsing for `[Fonts]` and `[Graphics]` sections
//!
//! Handles UU-encoded font and graphic data embedded in ASS scripts.
//! Both sections use similar structure: filename declaration followed by
//! base64/UU-encoded data lines.
pub use ;