MIT licensed by Daniel Firth
Maintained by [email protected]
This version can be pinned in stack with:srt-0.1.2.0@sha256:9ce443fcf24ffe155121941b353ed6746ffcfe444b909c2e5062613122038b4d,1155

Module documentation for 0.1.2.0

srt - Subtitle Data Type

The data type representing lines in the SRT subtitle format. This is just the data type to avoid including any particular parser or formatter as a dependency.

Changes

Changelog for srt

v0.1.2.0

  • Change SRT to newtype.
  • Enable DerivingStrategies and StandaloneKindSignatures.

v0.1.1.0

  • Export SRT datatypes.