Crates.io | ebustl-parser |
lib.rs | ebustl-parser |
version | 0.6.0 |
source | src |
created_at | 2024-10-30 08:37:43.888266 |
updated_at | 2024-11-11 10:55:35.283608 |
description | Parse subtitle files in the EBU-STL format with Rust. |
homepage | |
repository | https://github.com/snaggen/ebustl-parser |
max_upload_size | |
id | 1428210 |
size | 70,787 |
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