intel / openvino-rs

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

Fix several clippy-related issues #100

Closed abrown closed 3 months ago

abrown commented 3 months ago

This is the result of running cargo clippy and resolving some of the warnings; it also refactors a few functions and improves some documentation, but does not change any logic.