srtparse 0.3.0

A library for parsing SRT Subtitles
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "srtparse"
version = "0.3.0"
edition = "2024"
description = "A library for parsing SRT Subtitles"
keywords = ["srt", "subtitle", "subtitles"]
homepage = "https://docs.rs/srtparse"
documentation = "https://docs.rs/srtparse"
repository = "https://github.com/rossnomann/srtparse"
readme = "README.md"
license = "MIT"
exclude = ["data/*"]