intel / openvino-rs

Rust bindings for OpenVINO™
Apache License 2.0
80 stars 23 forks source link

patch: add async inference api functions inteface #89

Closed daniilsunyaev closed 5 months ago

daniilsunyaev commented 6 months ago

It looks like async inference api is exposed from C library by openvino-sys, but these methods are not exposed to rust users of openvino crate. This patch adds couple of methods, so one could start using async api without calling openvino-sys methods directly.

abrown commented 6 months ago

@daniilsunyaev, thanks for the contribution; this type of change makes sense to me. I think you'll want to run cargo fmt on the file to fix the failing CI check.