srtlib 0.1.4

A simple library for handling .srt subtitle files
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "srtlib"
version = "0.1.4"
authors = ["Konstantinos Gavalas <contact@gavalas.dev>"]
edition = "2018"
description = "A simple library for handling .srt subtitle files"
readme = "README.md"
repository = "https://github.com/gavalasdev/srtlib"
license = "MIT OR Apache-2.0"
keywords = ["subtitle", "subtitles", "srt", "parsing", "parser"]
categories = ["filesystem", "parser-implementations"]
exclude = [
    ".github"
]

[dependencies]
encoding_rs = "0.8.24"