A library for parsing SRT Subtitles.
Subtitle
to Item
.start_time
and end_time
to Time
.
(You still able to convert it to Duration
.)parse
function to from_str
.read_from_file
function to from_file
.from_reader
function.Result
alias.Error
struct replaced by a bunch of different structs.The MIT License (MIT)