3 unstable releases

0.2.0 Mar 30, 2020
0.1.1 Dec 4, 2016
0.1.0 Dec 3, 2016

#373 in Video

Download history 62/week @ 2024-12-07 59/week @ 2024-12-14 25/week @ 2024-12-21 21/week @ 2024-12-28 52/week @ 2025-01-04 40/week @ 2025-01-11 36/week @ 2025-01-18 61/week @ 2025-01-25 110/week @ 2025-02-01 93/week @ 2025-02-08 70/week @ 2025-02-15 94/week @ 2025-02-22 54/week @ 2025-03-01 31/week @ 2025-03-08 62/week @ 2025-03-15 83/week @ 2025-03-22

238 downloads per month
Used in 2 crates (via stork-lib)

MIT license

27KB
678 lines

srtparse

A library for parsing SRT Subtitles.

GitHub Workflow Status Downloads Documentation

Changelog

0.2.0 (30.03.2020)

  • Switched to 2018 edition.
  • Renamed Subtitle to Item.
  • Changed type of subtitle's start_time and end_time to Time. (You still able to convert it to Duration.)
  • Renamed parse function to from_str.
  • Renamed read_from_file function to from_file.
  • Added from_reader function.
  • Removed Result alias.
  • Error struct replaced by a bunch of different structs.

0.1.1 (04.12.2016)

  • Fixed time parsing.

0.1.0 (03.12.2016)

  • First release.

LICENSE

The MIT License (MIT)

No runtime deps