-
Notifications
You must be signed in to change notification settings - Fork 683
Closed
Labels
A-frontend 🐹C-enhancement ✨Category: Adding new behavior or a change to the way an existing feature worksCategory: Adding new behavior or a change to the way an existing feature workswontfix
Description
A couple of times now I have wanted to download the source for a published crate. Sometimes a link to the code repository is all you need, but sometimes the link is missing (or there isn't even a published repository), and sometimes you need to inspect the exact code of a release.
Since Cargo publications are just source tarballs, inspecting the .crate files is easy if you can get them, however apparently the only way to do this is to make Cargo download the crate as a dependency, then retrieve it from Cargo's cache.
Summary: add a direct download link for each published .crate file.
Related: #193
scottjmaddox, phaylon, pragmatrix, KizzyCode, Darkspirit and 7 more
Metadata
Metadata
Assignees
Labels
A-frontend 🐹C-enhancement ✨Category: Adding new behavior or a change to the way an existing feature worksCategory: Adding new behavior or a change to the way an existing feature workswontfix