Adding y_dash library as a dependency

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

cargo add y-dash

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

y-dash = "0.0.0"

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

Back to the crate overview.