Hi.
I'm looking to get "Recent Downloads" information from crates. My final goal will be to gather all crates with sufficient downloads and benchmark some analysis tools.
After reading this, I am trying out the database dump. However, it seems that recent download information is not included in the CSV files I got.
- I did a simple
grep -r
, but is it hidden somewhere in a format I missed? - Is this computed dynamically? And if so, where can I find the algorithm? Currently looking at the
crates.io
source code, but I haven't found it yet.
Any help will be greatly appriciated.
Thanks!