Closed adeschamps closed 4 years ago
Bindgen enables clap by default (so you can cargo install the CLI tool without additional arguments) but most build.rs files don't need it. This eliminates a number of dependencies from projects that aren't using clap.
clap
cargo install
build.rs
Bindgen enables
clap
by default (so you cancargo install
the CLI tool without additional arguments) but mostbuild.rs
files don't need it. This eliminates a number of dependencies from projects that aren't usingclap
.