museun / cargo-whatfeatures

a simple cargo plugin to get a list of features for a specific crate
Apache License 2.0
73 stars 1 forks source link

Investigate switching to clap #62

Open museun opened 3 years ago

museun commented 3 years ago

Most of the cargo ecosystem uses clap, we should too to be uniform.

nertpinx commented 2 years ago

Or StructOpt, which is my favourite and built on clap.