epage @kbin.social
Posts 2
Comments 2
clap::_derive::_tutorial - Rust 4 0
The tutorial makes a reference to this
This requires enabling the derive feature flag.
But if you aren't as familiar with feature flags, this isn't as helpful.
More specifically on the front page we have
$ cargo add clap --features derive
Maybe we should push that down into the tutorial...
Reply
What Cargo addons do you use? 2 0
cargo-feature
cargo add
can add and show features. The only thing its missing is removing of features.
Reply
Next