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
It seems lib.rs essentially orders by number of recent downloads, or am I missing something? It should be straightforward to add alongside with existing total downloads.
Crates.io orders by recent downloads, which we have (though inaccurate because of cdn and can do). I should have really linked this, which explains lib.rs uses a much more sophisticated algorithm: https://lib.rs/about
A very impressive amount of research and thought here: https://github.com/rust-lang/rfcs/blob/master/text/1824-crates.io-default-ranking.md
It would be useful to add this as an explicit metric to sort by. 🤔
The text was updated successfully, but these errors were encountered: