8winnow 0.5 parser combinator library is out, even easier and faster than before epage.github.ioc/rust · by epage@kbin.social · 3y · 0 comments
on clap::_derive::_tutorial - Rust · c/rust · 4 pts · 3yThe 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...
on What Cargo addons do you use? · c/rust · 2 pts · 3y cargo-feature cargo add can add and show features. The only thing its missing is removing of features.
The tutorial makes a reference to this
But if you aren't as familiar with feature flags, this isn't as helpful.
More specifically on the front page we have
Maybe we should push that down into the tutorial...
cargo addcan add and show features. The only thing its missing is removing of features.