3 unstable releases
0.2.0 | Mar 30, 2020 |
---|---|
0.1.1 | Dec 4, 2016 |
0.1.0 | Dec 3, 2016 |
#211 in Video
736 downloads per month
Used in 2 crates
(via stork-lib)
27KB
678 lines
srtparse
A library for parsing SRT Subtitles.
Changelog
0.2.0 (30.03.2020)
- Switched to 2018 edition.
- Renamed
Subtitle
toItem
. - Changed type of subtitle's
start_time
andend_time
toTime
. (You still able to convert it toDuration
.) - Renamed
parse
function tofrom_str
. - Renamed
read_from_file
function tofrom_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)