Expand description
Parser for SRT and WebVTT
Provides a parser that will extract a sequence of Cues from text that conforms to SRT or WebVTT standards
Modules§
- timecode
- enables programmatic usage of SRT / WebVTT timecodes
Structs§
- Cue
- A Cue represents a single SRT / WebVTT cue extracted from a subtitle file:
Traits§
- CueTrait
- trait to implement for types that can be converted to
a
Cue