-
Notifications
You must be signed in to change notification settings - Fork 619
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add links information to the crates.io api response #2685
Comments
for future reference, this got implemented in #1248, but was only added to the index there, but not to our database. we would need to add a new column to the versions table and save this data in the database too. we might also have to build a small script to backfill the |
The The remaining issue is that the @rust-lang/crates-io any suggestions? |
That's definitely an unfortunate name clash that we should fix if there's ever a v2 of the API. More serious suggestion: |
|
That works too. |
I favor this one. |
The index files in rust-lang/crates.io-index have a links field which contains the name of the native library a package links with. However, this information is not exposed via the crates.io API.
For example, the bcc-sys package has a links field in its index file but that information is not available via the api.
Can you please add it?
The text was updated successfully, but these errors were encountered: