srt_subtitles_parser 0.1.3

A Rust-based parser that processes .srt (SubRip Subtitle) files and converts them into a structured data format
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
run:
	cargo run


test:
	cargo test


fmt:
	cargo fmt


clippy:
	cargo clippy


build:
	cargo build


doc:
	cargo doc --open