subparse 0.1.0

Load, change and write common subtitle formats (srt/ass/idx)
Documentation

Introduction

subparse is a Rust library that lets use load, change and store subtitle files in various formats (srt, ssa/ass, idx). Formatting and other data will be preserved.

You can find an example how to use this library under examples/example1.rs.

Documentation

Crates.io

How to use the library

Add this to your Cargo.toml:

[dependencies]
subparse = "~0.1.0"