Skip to content

Commit a6caa09

Browse files
authored
docs: add newline to docs (#64)
1 parent 036b81d commit a6caa09

File tree

1 file changed

+1
-0
lines changed
  • crates/openvino-finder/src

1 file changed

+1
-0
lines changed

crates/openvino-finder/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
//! repository][install-apt], [via Python `pip`][install-pip]. The Rust bindings need to be able to:
55
//! 1. locate the shared libraries (e.g., `libopenvino_c.so` on Linux) — see [`find`]
66
//! 2. locate the plugin configuration file (i.e., `plugins.xml`) — see [`find_plugins_xml`].
7+
//!
78
//! These files are located in different locations based on the installation method, so this crate
89
//! encodes "how to find" OpenVINO files. This crate's goal is to locate __only the latest version__
910
//! of OpenVINO; older versions may continue to be supported on a best-effort basis.

0 commit comments

Comments
 (0)