beatty / rustaceanrank

MIT License
4 stars 4 forks source link

Crate ordering doesn't work as intended #6

Open dtolnay opened 3 years ago

dtolnay commented 3 years ago

According to https://www.reddit.com/r/rust/comments/mxy47f/rustaceanrank_pagerank_over_the_graph_of_crate/gvujwuk/?context=1, the ordering is determined by:

The crates next to someone's name are in PageRank order (descending).

However this doesn't appear to be the case. It looks like they are really ordered by crate id (or equivalently, date of first publish) which is less meaningful.