Feature proposal: Links in crate names
Rust Internals
Feature proposal: Links in crate names
Proposal Cargo outputs crate names when building, updating, downloading, etc. It would be handy to have the names link to the relevant crates.io page using OSC 8 links. Cargo already uses OSC 8 links for HTML file output as of #12889, so some of the machinery is already in place. Motivation Changelogs When I run cargo update, I get a list of updated crates: $ cargo update Locking 4 packages to latest Rust 1.98.0-beta.6 compatible versions Updating clap v4.6.5 -> v4.6.6 Updating cl...
0 comments
No comments yet.