Adding intuicio_framework_value
library as a dependency
Run this command in a terminal, in your project's directory:
cargo add intuicio-framework-value
To add it manually, edit your project's Cargo.toml
file and add to the [dependencies]
section:
intuicio-framework-value = "0.44.2"
The intuicio_framework_value
library will be automatically available globally.
Read the intuicio_framework_value
library documentation.
Back to the crate overview.