We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 036b81d commit a6caa09Copy full SHA for a6caa09
crates/openvino-finder/src/lib.rs
@@ -4,6 +4,7 @@
4
//! repository][install-apt], [via Python `pip`][install-pip]. The Rust bindings need to be able to:
5
//! 1. locate the shared libraries (e.g., `libopenvino_c.so` on Linux) — see [`find`]
6
//! 2. locate the plugin configuration file (i.e., `plugins.xml`) — see [`find_plugins_xml`].
7
+//!
8
//! These files are located in different locations based on the installation method, so this crate
9
//! encodes "how to find" OpenVINO files. This crate's goal is to locate __only the latest version__
10
//! of OpenVINO; older versions may continue to be supported on a best-effort basis.
0 commit comments