subparse

Crates.iosubparse
lib.rssubparse
version0.7.0
sourcesrc
created_at2017-03-12 21:07:34.347744
updated_at2021-04-11 14:24:03.125574
descriptionLoad, change and write common subtitle formats (srt/ass/idx/sub)
homepage
repositoryhttps://github.com/kaegi/subparse
max_upload_size
id8952
size122,822
(kaegi)

documentation

https://docs.rs/subparse

README

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 .idx and .sub

Documentation

Crates.io

How to use the library

Add this to your Cargo.toml:

[dependencies]
subparse = "0.7.0"
Commit count: 46

cargo fmt