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 18237/week @ 2024-09-18 12617/week @ 2024-09-25 17480/week @ 2024-10-02 18656/week @ 2024-10-09 12210/week @ 2024-10-16 12660/week @ 2024-10-23 18822/week @ 2024-10-30 16156/week @ 2024-11-06 16644/week @ 2024-11-13 18905/week @ 2024-11-20 14939/week @ 2024-11-27 18976/week @ 2024-12-04 18922/week @ 2024-12-11 16472/week @ 2024-12-18 10274/week @ 2024-12-25 10984/week @ 2025-01-01

59,847 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