intel / openvino-rs

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

Add `cargo clippy` and `cargo deny` scans to CI #36

Closed abrown closed 2 years ago

abrown commented 2 years ago

This change adds several static analyses to the project and configures them to run in CI for each pull request. Due to the recommendations for these scans, slight changes were made to several APIs (i.e., pass by reference instead of the owned object) and a small upgrade to a dependent crate. This will require a bump to v0.4.0.