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
[dependencies.encoding_rs]
version = "0.8.24"

[package]
authors = ["Konstantinos Gavalas <contact@gavalas.dev>"]
categories = ["filesystem", "parser-implementations"]
description = "A simple library for handling .srt subtitle files"
edition = "2018"
exclude = [".github"]
keywords = ["subtitle", "subtitles", "srt", "parsing", "parser"]
license = "MIT OR Apache-2.0"
name = "srtlib"
readme = "README.md"
repository = "https://github.com/gavalasdev/srtlib"
version = "0.1.4"