Skip to main content

Module srt

Module srt 

Source
Expand description

SubRip Text (.srt) subtitle format support SubRip (.srt) subtitle format support.

This module is split across:

  • parser — pure parsing (block splitting, validation, hardening).
  • serializer — pure serialization to canonical SRT bytes.
  • time — timestamp parsing/formatting helpers.
  • tests — co-located unit tests.

The public entry point remains SrtFormat which implements crate::core::formats::SubtitleFormat.

Structs§

SrtFormat
SubRip (.srt) format parsing and serialization.