rsubs_lib/util/
mod.rs

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