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.
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
Simply prefix any normal Cargo subcommand, such as build
or run
, with cargo urlcrate
.
For example:
$ cargo urlcrate build