tokenstream2_tmpl
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:
Cargo.toml
[dependencies]
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.