ebustl 0.4.0

Parse subtitle files in the EBU-STL format with Rust.
Documentation

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.