ebustl 0.2.0

Parse subtitle files in the EBU-STL format with Rust.
Documentation
1
2
3
4
5
6
7
8
EBU-STL subtitling format in Rust
=================================

A basic implementation of a parser for the EBU-STL subtitling file format.

There is an simple program for dumping the file structure: examples/dump.rs.

A program for convert SRT files to STL files can be found under srt2stl.