Adding ass_rs library as a dependency
Run this command in a terminal, in your project's directory:
cargo add ass-rs
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
ass-rs = "3.0.0"
The ass_rs library will be automatically available globally.
Read the ass_rs library documentation.
Back to the crate overview.