Skip to content

Commit

Permalink
docs: add newline to docs (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
abrown committed Apr 6, 2023
1 parent 036b81d commit a6caa09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/openvino-finder/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
//! repository][install-apt], [via Python `pip`][install-pip]. The Rust bindings need to be able to:
//! 1. locate the shared libraries (e.g., `libopenvino_c.so` on Linux) — see [`find`]
//! 2. locate the plugin configuration file (i.e., `plugins.xml`) — see [`find_plugins_xml`].
//!
//! These files are located in different locations based on the installation method, so this crate
//! encodes "how to find" OpenVINO files. This crate's goal is to locate __only the latest version__
//! of OpenVINO; older versions may continue to be supported on a best-effort basis.
Expand Down

0 comments on commit a6caa09

Please sign in to comment.