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