You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only export the inference engine functions in openvino-sys
Previously, many libc types and functions were exported by openvino-sys (and visible in docs.rs). This change tightens up rust-bindgen to only emit the `ie_*` functions (and their recursively-used types, a default setting). It also eliminates some `__uint8_t` and `__int64_t` as well as properly transforming `size_t` to `usize`.
0 commit comments