Skip to content

Latest commit

 

History

History
 
 

rust_api

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Rust bindings for OpenVINO

[Build Status][ci] [Documentation Status][docs]

Rust bindings for OpenVINO's APIs are currently maintained elsewhere; please submit bug reports and feature requests to openvino-rs.

Use

In your Cargo.toml:

[dependencies]
openvino = "<latest version>"

To check for the latest version, see the crates.io page. Documentation is available at the docs.rs page.