1 2 3 4 5 6
//! Subtitle Time management mod time_point; mod time_span; pub use time_point::TimePoint; pub use time_span::TimeSpan;