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