Crate webvtt

Source
Expand description

This crate implements a bare-bones WebVTT parser. It is missing a few features, notably support for regions, styles, and most types of settings that are applicable to cues.

Structs§

Cue
CueSettings
File

Enums§

Block
Error
WritingDirection

Functions§

parse_file
Parses a string as a WebVTT file.