20 releases

0.8.0 Oct 15, 2024
0.7.2 Jun 26, 2024
0.6.0 Dec 11, 2023
0.5.0 Apr 6, 2023
0.1.5 Oct 23, 2020

#19 in Machine learning

Download history 13217/week @ 2024-07-07 13285/week @ 2024-07-14 17773/week @ 2024-07-21 17064/week @ 2024-07-28 14424/week @ 2024-08-04 18096/week @ 2024-08-11 17434/week @ 2024-08-18 13994/week @ 2024-08-25 15201/week @ 2024-09-01 16877/week @ 2024-09-08 18584/week @ 2024-09-15 14722/week @ 2024-09-22 14862/week @ 2024-09-29 22615/week @ 2024-10-06 10879/week @ 2024-10-13 13556/week @ 2024-10-20

63,643 downloads per month
Used in 6 crates (via wasmtime-wasi-nn)

Apache-2.0

235KB
4K SLoC

openvino

The openvino crate provides high-level, ergonomic, safe Rust bindings to OpenVINO™. See the repository README for more information, including instructions for configuring this crate at build time.


lib.rs:

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

Check the loaded version of OpenVINO:

assert!(openvino::version().build_number.starts_with("2"))

Most interaction with OpenVINO begins with instantiating a [Core]:

let _ = openvino::Core::new().expect("to instantiate the OpenVINO library");

Dependencies

~0–4.5MB