intel / openvino-rs

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

docs: describe how OpenVINO paths are found #62

Closed abrown closed 1 year ago

abrown commented 1 year ago

openvino-finder encodes some rather complex logic to find OpenVINO files over several versions. This change describes that logic (and the rationale for it) in more detail and moves this text to the Rust documentation, closer to the code.