Adding terraphim_types library as a dependency

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

cargo add terraphim_types

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

terraphim_types = "1.5.2"

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

Back to the crate overview.