Open spenserblack opened 5 years ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been closed for being stale.
Repo
is missing a lot of fields provided by the Github API for repos.This should be pretty easy. Just check out which fields aren't there, add the field (the names must match for
#[derive(Deserialize)]
to work), and add a getterfn
. Don't worry about adding all the fields. A PR with just a few new fields is very welcome.Happy hacking! :jack_o_lantern:
Helpful links