graphrepresentations
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:
Cargo.toml
[dependencies]
graphrepresentations = "0.0.1-alpha.1"
The graphrepresentations library will be automatically available globally. Read the graphrepresentations library documentation.
Back to the crate overview.