You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry for the late reply, according to the README:
Binstall works by fetching the crate information from crates.io and searching the linked repository for matching releases and artifacts, falling back to the quickinstall third-party artifact host, to alternate targets as supported, and finally to cargo install as a last resort.
Please confirm these before moving forward.
Describe the improvement
cargo-binstall
is a third-party companion tool for cargo that downloads and installs a binary package instead of building from the source.Describe how this improvement could help users
Cargo compiles packages from the source, which is somewhat resource-intensive.
cargo-binstall
reduces the demand by using the binary package.The text was updated successfully, but these errors were encountered: