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
There's a summary API which is used in crates-io-api that can be used to obtain most downloads, just updated, new crates, most recently downloaded crates.
Currently we uses statistics from cargo-binstall (given that the quickinstall fetcher is not disabled) and cargo-quickinstall.
Users might still experience "install from source" before the quickinstall collects the stats and build them.
We should pull popular crates from crates.io and build them proactively for better user experience.
The text was updated successfully, but these errors were encountered: