Cargo Features

OpenVINO has no features set by default.

[dependencies]
openvino = { version = "0.6.0", features = ["runtime-linking"] }
runtime-linking

Enables runtime-linking of openvino-sys

openvino-sys:
  • Will bind to an OpenVINO shared library at runtime using load.

OpenVINO has 1 feature without comment.