Introduction
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:
- SubStationAlpha
.ssa/.ass - MicroDVD
.sub - SubRip
.srt - VobSub
.idxand.sub
How to use the library
Add this to your Cargo.toml:
[]
= "0.7.0"