Replies: 1 comment 1 reply
-
This feels like it belongs in the cargo repo. Can you open an issue there to discuss the idea? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
A lot of people want to check that their crate was published successfully after running
cargo publish
. It would be really handy if after a successful publishing process, Cargo printed the URL for checking your crate.Maybe something like:
(Where
<CRATE>
gets replaced with the published crate)This takes advantage of the URL recognition that some terminal emulators have, and it's a nice touch for first-time publishers.
Beta Was this translation helpful? Give feedback.
All reactions