ass_parser-0.1.0 has been yanked.
AssParser
ass_parser is a crate to parse .ass (Advanced SubStation Alpha) files. which is a subtitle file for creating and displaying subtitles in video files. It is widely used due to it's complex text formatting, positioning and styling. The Advanced SubStation Alpha is a successor to the SubStation Alpha .ssa file.
Installation
Add ass_parser as a dependency to your cargo.toml:
cargo add ass_parser
Introduction
AssParser is based on the principle of easy to read write and modify .ass files. This is the first version of ass_parserand now currently only have the features to modify .ass file.
Example
Modifying a .ass subtitle file.
use HexColor;
use ass_parser;
use ;