srtparse

Crates.iosrtparse
lib.rssrtparse
version0.2.0
sourcesrc
created_at2016-12-03 15:38:43.971185
updated_at2020-03-30 04:34:58.362074
descriptionA library for parsing SRT Subtitles
homepagehttps://docs.rs/srtparse
repositoryhttps://github.com/rossnomann/srtparse
max_upload_size
id7453
size28,847
Ross Nomann (rossnomann)

documentation

https://docs.rs/srtparse

README

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)

Commit count: 36

cargo fmt