Adding graphrepresentations library as a dependency

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

cargo add graphrepresentations

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

graphrepresentations = "0.0.1-alpha.1"

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

Back to the crate overview.