Skip to content

snaggen/ebustl-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EBU-STL subtitling format in Rust

crates.io docs.rs

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

About

No description, website, or topics provided.

Resources

License

Unknown, EUPL-1.2 licenses found

Licenses found

Unknown
LICENSE
EUPL-1.2
LICENSE.EUPL

Stars

Watchers

Forks

Packages

No packages published

Languages