1 2 3 4 5
//! Helper module that provides color and timestamp structs and functions for //! modifying subtitles. mod color; pub use color::*;