Closed NobodyXu closed 2 years ago
cargo-binstall can takes in multiple crate name and version in the form of $crate1@$ver1 ... and is more efficient than running cargo-binstall multiple times as it can resolve, download and install binaries in parallel.
cargo-binstall
$crate1@$ver1 ...
100% infeasible
cargo-binstall
can takes in multiple crate name and version in the form of$crate1@$ver1 ...
and is more efficient than runningcargo-binstall
multiple times as it can resolve, download and install binaries in parallel.