SkillAgentSearch skills...

Subparse

Rust library to load, change and write common subtitle formats

Install / Use

/learn @kaegi/Subparse
About this skill

Quality Score

0/100

Supported Platforms

Universal

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"

Related Skills

View on GitHub
GitHub Stars39
CategoryDevelopment
Updated1y ago
Forks10

Languages

Rust

Security Score

75/100

Audited on May 22, 2024

No findings