| Crates.io | player-subtitles |
| lib.rs | player-subtitles |
| version | 0.1.0 |
| created_at | 2026-01-14 13:01:13.279206+00 |
| updated_at | 2026-01-14 13:01:13.279206+00 |
| description | A subtitle library focused on player-compatible subtitle files. |
| homepage | |
| repository | https://github.com/nujievik/player-subtitles-rs |
| max_upload_size | |
| id | 2042784 |
| size | 66,633 |
A subtitle library focused on player-compatible subtitle files.
Unlike many other crates player-subtitles works with raw bytes, correctly processing an ASCII-compatible encoding subtitles (UTF-8, Windows-1251, etc.).
TODO: Add support for other formats.
The library provides fallible and infallible constructors. This allows not only ensures default normalization, but implements user-normalization also. See documentation for details.