openvino-sys 0.1.0

Low-level bindings for OpenVINO (use the `openvino` crate for easier-to-use bindings).
docs.rs failed to build openvino-sys-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: openvino-sys-0.6.0

openvino-sys

Build Status Documentation Status

The openvino-sys crate provides low-level, unsafe, Rust bindings to OpenVINO™ using its C API. If you are looking to use OpenVINO™ from Rust, you likely should look at the ergonomic, safe bindings in openvino, which depends on this crate. See the repository README for more information, including build instructions.

WARNING

This crate is currently under review--its source location and API surface are subject to change based on that review.