intel / openvino-rs

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

Switch `structopt` to `clap` #51

Open abrown opened 2 years ago

abrown commented 2 years ago

More projects are switching over to clap from structopt; this could also happen here, though it is a lower priority issue since it only affects the administrative task crate, xtask. Additionally, this may get rid of a cargo-deny warning (see this advisory).