Crate subtp

Source
Expand description

§subtp

A parser for subtitle files such as the SubRip Subtitle (.srt) and the WebVTT (.vtt).

Modules§

srt
A parser for the SubRip Subtitle (.srt) format provided by subtp::srt::SubRip.
vtt
A parser for the WebVTT (.vtt) format provided by subtp::vtt::WebVtt.

Structs§

ParseError
The error of parsing.

Type Aliases§

ParseResult
The result of parsing.