Adding yash_syntax library as a dependency

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

cargo add yash-syntax

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

yash-syntax = "0.13.0"

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

Back to the crate overview.