//! A blazing fast, zero-copy subtitle parser and writer for SRT, WebVTT and
//! ASS/SSA in Rust.
extern crate alloc as std;
extern crate std;
/// ASS/SSA subtitle parser and writer.
/// SRT subtitle parser.
/// WebVTT subtitle parser and writer.
/// The types module contains the public types used by this crate.
/// The error types.
/// Utility functions