GitHub - Aaron1011/cargo-urlcrate: A tool to add crate URLs to Cargo's output. (original) (raw)
cargo-urlcrate
A tool to add crate URLs to Cargo's output.
Bored waiting for a crate's dependencies to compile? cargo-urlcrate makes it easy to read about interesting crates while you wait.
Installation
cargo-urlcrate
is a Cargo subcommand, and can be installed with cargo install
:
$ cargo install cargo-urlcrate
It can then be run as cargo urlcrate [subcommand]
from any Cargo project
Usage
Simply prefix any normal Cargo subcommand, such as build
or run
, with cargo urlcrate
.
For example: