intel / openvino-rs

Rust bindings for OpenVINO™
Apache License 2.0
85 stars 24 forks source link

Add runtime linking #19

Closed abrown closed 3 years ago

abrown commented 3 years ago

This set of changes will make it possible to link to the openvino-sys libraries both dynamically at startup and manually at runtime (using openvino_sys::library::load).