adracea / rsubs-lib

rust library for subtitle manipulation and conversion
https://crates.io/crates/rsubs-lib
MIT License
12 stars 7 forks source link

Rework parsing & add error handling #51

Closed bytedream closed 6 months ago

bytedream commented 6 months ago

This PR reworks the parsing and adds error handling. This impacted most of the code in the library.

Fixes #18 Fixes #43 Fixes #48 Fixes #49