# openvino-sys
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 instructions for configuring this crate at build time.
[C API]: https://docs.openvino.ai/latest/api/api_reference.html
[openvino-sys]: https://crates.io/crates/openvino-sys
[openvino]: https://crates.io/crates/openvino
[README]: https://github.com/intel/openvino-rs
[upstream]: upstream