theduke / crates-io-api

API client for crates.io, the Rust crate registry.
Apache License 2.0
72 stars 26 forks source link

Add `recent_downloads` field to `FullCrate` #63

Closed ginger51011 closed 1 year ago

ginger51011 commented 1 year ago

Fixes #62

This turned out to be a very simple fix. I don't know if there is an ordering requirement on the fields of structs, so I just added it where I felt it made sense.

theduke commented 1 year ago

Thanks!

theduke commented 11 months ago

Released in 0.8.2, sorry for the delay.