7 releases
new 0.6.2 | Feb 19, 2025 |
---|---|
0.6.1 | Feb 13, 2025 |
0.6.0 | Nov 11, 2024 |
0.5.3 | Oct 30, 2024 |
#844 in Parser implementations
147 downloads per month
42KB
1K
SLoC
EBU-STL subtitling format in Rust
A basic implementation of a parser for the EBU-STL subtitling file format.
This is a fork of ebustl, for maintenance purposes
Example:
use ebustl_parser::parse_stl_from_file;
fn main() {
let stl = parse_stl_from_file("/path/to/subtiltle.stl").expect("Parse stl from file");
println!("{:?}", stl);
}
License: EUPL
Dependencies
~7.5MB
~198K SLoC