Crates.io | srtparse |
lib.rs | srtparse |
version | 0.2.0 |
source | src |
created_at | 2016-12-03 15:38:43.971185 |
updated_at | 2020-03-30 04:34:58.362074 |
description | A library for parsing SRT Subtitles |
homepage | https://docs.rs/srtparse |
repository | https://github.com/rossnomann/srtparse |
max_upload_size | |
id | 7453 |
size | 28,847 |
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)