Adding srtemplate library as a dependency

Run this command in a terminal, in your project's directory:

cargo add srtemplate

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

srtemplate = "0.3.1"

The srtemplate library will be automatically available globally. Read the srtemplate library documentation.

Back to the crate overview.