Adding shape_value library as a dependency

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

cargo add shape-value

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

shape-value = "0.1.2"

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

Back to the crate overview.