libbitsub-core 1.10.1

Pure Rust parser and renderer core for graphical subtitles (PGS and VobSub)
Documentation
1
2
3
4
5
6
7
8
//! Pure Rust parser and renderer core for graphical subtitles.

pub mod pgs;
pub mod utils;
pub mod vobsub;

pub use pgs::*;
pub use vobsub::*;