rsubs-lib 0.3.4

Pure Rust subtitle manipulation and conversion library.
Documentation
1
2
3
4
5
//! Helper module that provides color and timestamp structs and functions for
//! modifying subtitles.
mod color;

pub use color::*;