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

#18 in Machine learning

Download history 14099/week @ 2024-10-26 18638/week @ 2024-11-02 15938/week @ 2024-11-09 19970/week @ 2024-11-16 12963/week @ 2024-11-23 21647/week @ 2024-11-30 17941/week @ 2024-12-07 19948/week @ 2024-12-14 9537/week @ 2024-12-21 10026/week @ 2024-12-28 18451/week @ 2025-01-04 23350/week @ 2025-01-11 18601/week @ 2025-01-18 18382/week @ 2025-01-25 17219/week @ 2025-02-01 16811/week @ 2025-02-08

73,743 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