Adding tokenstream2_tmpl library as a dependency

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

cargo add tokenstream2-tmpl

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

tokenstream2-tmpl = "0.1.2"

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

Back to the crate overview.