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