Crates.io | subparse |
lib.rs | subparse |
version | 0.7.0 |
source | src |
created_at | 2017-03-12 21:07:34.347744 |
updated_at | 2021-04-11 14:24:03.125574 |
description | Load, change and write common subtitle formats (srt/ass/idx/sub) |
homepage | |
repository | https://github.com/kaegi/subparse |
max_upload_size | |
id | 8952 |
size | 122,822 |
subparse
is a Rust library that lets use load, change and store subtitle files in various formats. Formatting and other data will be preserved.
You can find an examples how to use this library under examples/
.
Currently supported are:
.ssa
/.ass
.sub
.srt
.idx
and .sub
Add this to your Cargo.toml
:
[dependencies]
subparse = "0.7.0"