openvino 0.1.1

High-level bindings for OpenVINO.
# openvino

[![Build Status](https://github.com/abrown/openvino-rs/workflows/CI/badge.svg)][ci]
[![Documentation Status](https://docs.rs/openvino/badge.svg)][docs]

The [openvino] crate provides high-level, ergonomic, safe Rust bindings to OpenVINO™. See the repository [README] for more information, such as build instructions.

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

[ci]: https://github.com/abrown/openvino-rs/actions?query=workflow%3ACI
[docs]: https://docs.rs/openvino
[openvino]: https://crates.io/crate/openvino
[README]: https://github.com/abrown/openvino/blob/rust-bridge/inference-engine/ie_bridges/rust/README.md
[under review]: https://github.com/openvinotoolkit/openvino/pull/2342