Registry / utility / subparse

subparse

JSON →
library0.7.0rscratesunverified

Load, change and write common subtitle formats (srt/ass/idx/sub).

# Cargo.toml [dependencies] subparse = "0.7.0"
INSTALL
IMPORT
SIG · SUBPARSE
S
subparse
utilityrustv0.7.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

SubtitleFile
use subparse::SubtitleFile;

Creates a new SubtitleFile instance.

use subparse::SubtitleFile; fn main() { let file = SubtitleFile::new(); println!("Subtitle file created"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.7.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
subparse — cargo add subparse · libregistry