subtile 0.4.1

A crate of utils to operate traitements on subtitles
Documentation
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;